? EmailAll is a powerful Email Collection tool - a powerful email collection tool



$ git clone https://github.com/Taonn/EmailAll.git
$ cd EmailAll
$ pip3 install -r requirements.txt EmailAll is a powerful Email Collect tool
Example :
python3 emailall . py check
python3 emailall . py - - domain example . com run
python3 emailall . py - - domains . / domains . txt run python3 emailall.py --domain example.com run
python3 emailall.py --domains ./domains.txt run
The final result is saved in the result directory, divided into different module json data files and summary {domain}_All.json files
proxy configuration in setting.py file
proxy = { 'http' : '127.0.0.1:2333' , 'https' : '127.0.0.1:2333' }API configuration in api.py file
# http://www.veryvp.com/
veryvp_username = ''
veryvp_password = ''
# https://www.github.com
github_token = ''
# https://app.snov.io/
snov_username = ''
snov_password = ''
# https://phonebook.cz/
pb_key = ''veryvp and snovGitHub 's token is created in the settingsphonebook is accessed https://phonebook.cz/ and then view the source code and fill in the value of `API_KEY` The main sources of email information collection are as follows:
Update PhoneBook and Snov modules


Update GithubApi module

Will be updated later ~
For more information, please follow changes.md
Refer to the following excellent tools and modified them:
Thanks to these masters for sharing! ! !
Thanks to all the major projects that open source online! ! !
This tool can only be used in enterprise security construction with sufficient legal authorization. During the use of this tool, you should ensure that all your behavior complies with local laws and regulations. If you commit any illegal acts during the use of this tool, you will bear all consequences at your own discretion, and all developers and all contributors of this tool do not bear any legal or joint liability. Please do not install and use this tool unless you have fully read, fully understood and accepted all terms of this Agreement. Your use or your acceptance of this Agreement by any other express or implied manner is deemed to have read and agreed to the binding of this Agreement.