-
Notifications
You must be signed in to change notification settings - Fork 522
Getting Started
ktx edited this page Jan 4, 2020
·
11 revisions
h8mail 2.0 only requires the python requests
module to run.
To install h8mail, run this command in your terminal:
$ pip3 install h8mail
$ pip3 install --upgrade h8mail
Use --user
at the end if getting a permission message from pip
Query for a single target
$ h8mail -t target@example.com
Query for list of targets, indicate config file for API keys, output to pwned_targets.csv
$ h8mail -t targets.txt -c config.ini -o pwned_targets.csv
Search every .gz file for targets found in targets.txt locally
$ h8mail -t targets.txt -gz /tmp/Collection1/ -sk
- Read more about targeting emails with examples
- Targeting usernames, IPs, hashs, reused passwords and domain names
- Using locally available breaches with h8mail
- Increasing ⚡search power⚡ with APIs
Or milder but still important:
Be sure to check out the pages on the sidebar for further documentation!