Python script developed to extract unique emails addresses from a list of specified domains. Designed to crawl the whole domain.
- Python >= 2.7
- Install all necessary libraries using
$ pip install -r requirements.txt
To use the script it is necessary to provide a list of domains in a "domains.txt" file and then execute the script. Example:
$ python main.py
0x4D-5A - Initial work