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
HunterScrape — Python script that uses the hunter.io API to scrape email addresses from a target domain, generating a target list for password spraying attacks. | Kitploit
Tools/GitHubGitHub/alexkaos32/hunterscrape
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringEmail Harvesting
GitHubalexkaos32/hunterscrape

HunterScrape

Python script that uses the hunter.io API to scrape email addresses from a target domain, generating a target list for password spraying attacks.

View Repository
852 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

This is a python script using the hunter.io API to pull data on a target domain, then generate a target email list. This is primarily for password spraying using a tool like Go365 or TREVORspray.

Usage: HunterScrape-Dev.py [-h] -d DOMAIN -k KEY [-l LIMIT] [-f] -o OUTFILE

options: -h, --help show this help message and exit -d DOMAIN, --domain DOMAIN Target domain to hunt -k KEY, --key KEY Your hunter.io API key -l LIMIT, --limit LIMIT Number of emails to pull, max 100 -f, --full Retrieve all emails -o OUTFILE, --outfile OUTFILE Store emails in a text file

Full list example usage:

./HunterScrape.py -d $targetdomain.org -k $YOUR_API_KEY -f

If you only want a certain number, up to 100, then use the -l flag. Running without specifying -l N or -f will return a single result.

./HunterScrape.py -d $targetdomain.org -k $YOUR_API_KEY -l 9

Download Tool