
Simple tool for extracting emails from websites
UPDATE: Converted to CLI tool, added format option to format lists other than dirb generated ones,
Email-Extract is a simple tool I wrote to help extract emails from websites for OSINT research. Simply enumerate it with a common tool like dirb or wfuzz and in the output file add '(CODE:200)'. The file will then be parsed and scanned for emails, of course you can automatically enumerate the site with dirb with my tool as well.
To begin, run sudo ./main.py or sudo python3 main.py and append -a, -m, or -f to use the different functions provided
This project is licensed under the MIT License - see the LICENSE file for details
All credits are given to the authors and contributors to tools used in this software