OSINT

pip3 install h8mail
h8mail -g
nano h8mail_config.ini
h8mail -t target@example.com

Find leaked emails with your passwords.

Install

sudo apt install tor python3 python3-pip
git clone https://github.com/decoxviii/karma.git ; cd karma
sudo -H pip3 install -r requirements.txt
python3 bin/karma.py --help

Search emails with the password: 123456789

sudo service tor start
/karma/bin/./karma search '123456789' --password -o output1

Search emails with the local-part: johndoe

Search emails with the domain: hotmail.com

Search email password: johndoe@unknown.com

Last updated