All Projects → decoxviii → Karma

decoxviii / Karma

Licence: mit
Find leaked emails with your passwords

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Karma

Iky
OSINT Project
Stars: ✭ 203 (+31.82%)
Mutual labels:  osint, email, infosec
H8mail
Email OSINT & Password breach hunting tool, locally or using premium services. Supports chasing down related email
Stars: ✭ 2,163 (+1304.55%)
Mutual labels:  osint, email, password
Oblivion
Data leak checker & OSINT Tool
Stars: ✭ 237 (+53.9%)
Mutual labels:  osint, email, password
Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+4368.83%)
Mutual labels:  osint, infosec
Urlcrazy
Generate and test domain typos and variations to detect and perform typo squatting, URL hijacking, phishing, and corporate espionage.
Stars: ✭ 150 (-2.6%)
Mutual labels:  osint, infosec
Socialscan
Python library and CLI for accurately querying username and email usage on online platforms
Stars: ✭ 538 (+249.35%)
Mutual labels:  osint, email
Buster
An advanced tool for email reconnaissance
Stars: ✭ 387 (+151.3%)
Mutual labels:  osint, infosec
Awesome Asset Discovery
List of Awesome Asset Discovery Resources
Stars: ✭ 1,017 (+560.39%)
Mutual labels:  osint, infosec
Osint collection
Maintained collection of OSINT related resources. (All Free & Actionable)
Stars: ✭ 809 (+425.32%)
Mutual labels:  osint, infosec
Awesome Social Engineering
A curated list of awesome social engineering resources.
Stars: ✭ 1,110 (+620.78%)
Mutual labels:  osint, infosec
Analyst Arsenal
A toolkit for Security Researchers
Stars: ✭ 112 (-27.27%)
Mutual labels:  osint, infosec
Offensive Dockerfiles
Offensive tools as Dockerfiles. Lightweight & Ready to go
Stars: ✭ 150 (-2.6%)
Mutual labels:  osint, infosec
Metabigor
Intelligence tool but without API key
Stars: ✭ 424 (+175.32%)
Mutual labels:  osint, infosec
Holehe
holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function.
Stars: ✭ 568 (+268.83%)
Mutual labels:  osint, email
Gosint
OSINT Swiss Army Knife
Stars: ✭ 401 (+160.39%)
Mutual labels:  osint, infosec
Snoop
Snoop — инструмент разведки на основе открытых данных (OSINT world)
Stars: ✭ 886 (+475.32%)
Mutual labels:  osint, infosec
Metaforge
An OSINT Metadata analyzing tool that filters through tags and creates reports
Stars: ✭ 63 (-59.09%)
Mutual labels:  osint, infosec
Spaces Finder
A tool to hunt for publicly accessible DigitalOcean Spaces
Stars: ✭ 122 (-20.78%)
Mutual labels:  osint, infosec
Stalkphish
StalkPhish - The Phishing kits stalker, harvesting phishing kits for investigations.
Stars: ✭ 256 (+66.23%)
Mutual labels:  osint, infosec
Osint team links
Links for the OSINT Team
Stars: ✭ 378 (+145.45%)
Mutual labels:  osint, infosec

karma

powered by demo data donate

Find leaked emails with your passwords.

Installation

Install dependencies (Debian/Ubuntu):

sudo apt install tor python3 python3-pip

Install with pip3:

sudo -H pip3 install git+https://github.com/decoxviii/karma.git --upgrade
karma --help

Building from Source

Clone this repository, and:

git clone https://github.com/decoxviii/karma.git ; cd karma
sudo -H pip3 install -r requirements.txt
python3 setup.py build
sudo python3 setup.py install

Usage

Start by printing the available actions by running karma --help. It's also necessary to start the Tor service sudo service tor start. Then you can perform the following tests:

  1. Search emails with the password: 123456789
karma search '123456789' --password -o test1
  1. Search emails with the local-part: johndoe
karma search 'johndoe' --local-part -o test2
  1. Search emails with the domain: hotmail.com
karma search 'hotmail.com' --domain -o test3
  1. Search email password: [email protected]
karma target '[email protected]' -o test4

% is wildcard character (it is better to use wildcards toward the end of the string)

  1. Search email password using a wildcard for the domain (The wildcard can be used for any part of the email %@%.%):
karma target '[email protected]%.com' -o test5

Disclaimer

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.

Thanks

This program is inspired by the projects:

decoxviii

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].