Skip to content

Getting Started

ktx edited this page Jan 4, 2020 · 11 revisions

Install

h8mail 2.0 only requires the python requests module to run.

To install h8mail, run this command in your terminal:

$ pip3 install h8mail

Update

$ pip3 install --upgrade h8mail

Use --user at the end if getting a permission message from pip

Usage

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

What's next

Or milder but still important:


Be sure to check out the pages on the sidebar for further documentation!