EmailAll - A powerful Email Collect tool
EmailAllis a powerful Email Collect tool —— a powerful email collection tool.
Installation
$ 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 to result the directory, pided into different module json data files and summary {domain}_All.json files
Configuration
The proxy configuration is in the setting.py file.
proxy={'http': '127.0.0.1:2333', 'https': '127.0.0.1:2333'}
The API configuration is in the 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 = ''
very and snov go to the site to register for free
GitHub the token can be created in the settings
phonebook key to visit phonebook and view the source code, and fill in the value of `API_KEY`
Disclaimer
This tool can only be used in the security construction of enterprises that have obtained sufficient legal authorization. In the process of using this tool, you should ensure that all your actions comply with local laws and regulations. If you have any illegal acts during the use of this tool, you will bear all the consequences yourself, and all developers and contributors of this tool will not bear any legal and joint liability. Unless you have fully read, fully understood, and accepted all the terms of this agreement, please do not install and use this tool. Your use behavior or your acceptance of this agreement in any other express or implied way shall be deemed to have read and agreed to be bound by this agreement.