[*]
[*]
- Install SimplyEmail in one line:
root@kali:~# curl -s https://raw.githubusercontent.com/killswitch-GUI/SimplyEmail/ master/setup/oneline-setup.sh | bash root@kali:~# cd SimplyEmail (SE) root@kali:~/SimplyEmail# ./SimplyEmail.py
or
root@kali:~# docker pull simplysecurity/simplyemail root@kali:~# docker run -ti simplysecurity/simplyemail
DONT trust a one-line command, no issue:
git clone --branch dev https://github.com/killswitch-GUI/SimplyEmail.git cd SimplyEmail ./setup/setup.sh cd .. cd SimplyEmail (SE) root@kali:~/SimplyEmail# ./SimplyEmail.py
[*]
NOTE: SimplyEmail uses autoenv to activate the Python Virtualenv.. It may prompt you the first time during a CD into the SimplyEmail dir.
Get Started on Mac OSX
Install brew: https://coolestguidesontheplanet.com/installing-homebrew-on-os-x-el-capitan-10-11- package-manager-for-unix-apps/ $ sudo easy_install pip $ sudo brew install libmagic $ pip install python-magic $ brew install autoenv $ echo "source $(brew --prefix autoenv)/activate.sh" >> ~/.bash_profile $ git clone --branch master https://github.com/killswitch-GUI/SimplyEmail.git $ ./setup/setup.sh
Standard Help
============================================================ Current Version: v1.4.2 | Website: CyberSyndicates.com ============================================================ Twitter: @real_slacker007 | Twitter: @Killswitch_gui ============================================================ ------------------------------------------------------------ ______ ________ __ __ / / | / / | /$$$$$$ $$$$$$$$/ _____ ____ ______ $$/$$ | $$ __$$/$$ |__ / / / / $$ | $$ $$ | $$$$$$ $$$$ |$$$$$$ $$ $$ | $$$$$$ $$$$$/ $$ | $$ | $$ |/ $$ $$ $$ | / __$$ $$ |_____$$ | $$ | $$ /$$$$$$$ $$ $$ | $$ $$/$$ $$ | $$ | $$ $$ $$ $$ $$ | $$$$$$/ $$$$$$$$/$$/ $$/ $$/ $$$$$$$/$$/$$/ ------------------------------------------------------------ usage: SimplyEmail.py [-all] [-e company.com] [-l] [-t html / flickr / google] [-s] [-n] [-verify] [-v] [--json json-emails.txt] Email enumeration is a important phase of so many operation that a pen-tester or Red Teamer goes through. There are tons of applications that do this but I wanted a simple yet effective way to get what Recon-Ng gets and theHarvester gets. (You may want to run -h) optional arguments: -all Use all non API methods to obtain Emails -e company.com Set required email addr user, ex ale@email.com -l List the current Modules Loaded -t html / flickr / google Test individual module (For Linting) -s Set this to enable 'No-Scope' of the email parsing -n Set this to enable Name Generation -verify Set this to enable SMTP server email verify -v Set this switch for verbose output of modules --json json-emails.txt Set this switch for json output to specfic file
Run SimplyEmail
Let’s say your target is cybersyndicates.com
./SimplyEmail.py -all -e cybersyndicates.com or in verbose ./SimplyEmail.py -all -v -e cybersyndicates.com or in verbose and no "Scope" ./SimplyEmail.py -all -v -e cybersyndicates.com -s or with email verification ./SimplyEmail.py -all -v -verify -e cybersyndicates.com or with email verification & Name Creation ./SimplyEmail.py -all -v -verify -n -e cybersyndicates.com or json automation ./SimplyEmail.py -all -e cybersyndicates.com --json cs-json.txt
This will run ALL modules that have API Key placed in the SimpleEmail.ini file and will run all non-API based modules.
List Modules SimpleEmail
Current modules:
- Modules/AskSearch.py
- Modules/CanarioAPI.py **(Deprecated)**
- Modules/CanaryBinSearch.py **(Deprecated)**
- Modules/EmailHunter.py
- Modules/ExaleadDOCSearch.py
- Modules/ExaleadDOCXSearch.py
- Modules/ExaleadPDFSearch.py
- Modules/ExaleadPPTXSearch.py
- Modules/ExaleadSearch.py
- Modules/ExaleadXLSXSearch.py
- Modules/FlickrSearch.py
- Modules/GitHubCodeSearch.py
- Modules/GitHubGistSearch.py
- Modules/GitHubUserSearch.py
- Modules/GoogleCsvSearch.py
- Modules/GoogleDocSearch.py
- Modules/GoogleDocxSearch.py
- Modules/GooglePDFSearch.py
- Modules/GooglePPTXSearch.py
- Modules/GoogleSearch.py
- Modules/GoogleXLSXSearch.py
- Modules/HtmlScrape.py
- Modules/PasteBinSearch.py
- Modules/RedditPostSearch.py
- Modules/SearchPGP.py
- Modules/WhoisAPISearch.py
- Modules/Whoisolgy.py
- Modules/YahooSearch.py