Karma : Find Leaked Emails with Your Passwords

Karma is a tool used for find leaked emails with your passwords. Usage this program for attacking targets without prior consent is illegal.

It’s the end user’s responsibility to obey allapplicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.

Also Read – Decker : Declarative Penetration Testing Orchestration Framework

Install

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

Tests

All the tests were done in Debian/Ubuntu.

  • Search emails with the password: 12345678

python3 bin/karma.py search ‘123456789’ –password -o test1

  • Search emails with the local-part: johndoe

python3 bin/karma.py search ‘johndoe’ –local-part -o test2

  • Search emails with the domain: hotmail.com

python3 bin/karma.py search ‘hotmail.com’ –domain -o test3

  • Search email password: johndoe@unknown.com

python3 bin/karma.py target ‘johndoe@unknown.com’ -o test4

R K

Recent Posts

GitButler : Revolutionizing Branch Management With Virtual Branches

GitButler is a git client that lets you work on multiple branches at the same…

5 hours ago

Minegrief : Unpacking A Crafty Minecraft Malware

Self-spreading to other Minecraft servers using an extendable, module-based lateral movement system. Crafty Controller Auth'd…

6 hours ago

ModTask – Task Scheduler Attack Tool

ModTask is an advanced C# tool designed for red teaming operations, focusing on manipulating scheduled…

2 days ago

HellBunny : Advanced Shellcode Loader For EDR Evasio

HellBunny is a malleable shellcode loader written in C and Assembly utilizing direct and indirect…

2 days ago

SharpRedirect : A Lightweight And Efficient .NET-Based TCP Redirector

SharpRedirect is a simple .NET Framework-based redirector from a specified local port to a destination…

2 days ago

Flyphish : Mastering Cloud-Based Phishing Simulations For Security Assessments

Flyphish is an Ansible playbook allowing cyber security consultants to deploy a phishing server in…

3 days ago