Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Email-Extract — Simple tool for extracting emails from websites | Kitploit
Tools/GitHubGitHub/cisc0-gif/email-extract
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringEmail Harvesting
GitHubcisc0-gif/email-extract

Email-Extract

Simple tool for extracting emails from websites

View Repository
226 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Email-Extract - Tool for extracting emails from enumerated 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.

Getting Started

To begin, run sudo ./main.py or sudo python3 main.py and append -a, -m, or -f to use the different functions provided

Built With

  • Ubuntu - Debian Linux OS
  • Kali Linux - Pentesting OS developed by Offensive Security
  • GitHub - This Website!

Authors

  • Cisc0-gif - Main Contributor/Author: [email protected]

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

All credits are given to the authors and contributors to tools used in this software

Download Tool