All Projects → r3vn → Badkarma

r3vn / Badkarma

Licence: gpl-3.0
network reconnaissance toolkit

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Badkarma

Reconnoitre
A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
Stars: ✭ 1,824 (+416.71%)
Mutual labels:  kali-linux, hacking, penetration-testing, security-audit, nmap, offensive-security
Raccoon
A high performance offensive security tool for reconnaissance and vulnerability scanning
Stars: ✭ 2,312 (+554.96%)
Mutual labels:  hacking, pentest-tool, reconnaissance, information-gathering, offensive-security
Discover
Custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit.
Stars: ✭ 2,548 (+621.81%)
Mutual labels:  kali-linux, penetration-testing, reconnaissance, information-gathering, nmap
Webkiller
Tool Information Gathering Write By Python.
Stars: ✭ 300 (-15.01%)
Mutual labels:  kali-linux, hacking, penetration-testing, pentest-tool, information-gathering
Osmedeus
Fully automated offensive security framework for reconnaissance and vulnerability scanning
Stars: ✭ 3,391 (+860.62%)
Mutual labels:  hacking, penetration-testing, pentest-tool, reconnaissance, information-gathering
Habu
Hacking Toolkit
Stars: ✭ 635 (+79.89%)
Mutual labels:  hacking, penetration-testing, security-audit, pentest-tool
Sublert
Sublert is a security and reconnaissance tool which leverages certificate transparency to automatically monitor new subdomains deployed by specific organizations and issued TLS/SSL certificate.
Stars: ✭ 699 (+98.02%)
Mutual labels:  hacking, penetration-testing, reconnaissance, information-gathering
Vhostscan
A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages.
Stars: ✭ 767 (+117.28%)
Mutual labels:  hacking, penetration-testing, security-audit, offensive-security
Scilla
🏴‍☠️ Information Gathering tool 🏴‍☠️ DNS / Subdomains / Ports / Directories enumeration
Stars: ✭ 116 (-67.14%)
Mutual labels:  hacking, penetration-testing, reconnaissance, information-gathering
Nosqlmap
Automated NoSQL database enumeration and web application exploitation tool.
Stars: ✭ 1,928 (+446.18%)
Mutual labels:  hacking, penetration-testing, security-audit, offensive-security
Whatweb
Next generation web scanner
Stars: ✭ 3,503 (+892.35%)
Mutual labels:  kali-linux, hacking, penetration-testing, network-security
Sandmap
Nmap on steroids. Simple CLI with the ability to run pure Nmap engine, 31 modules with 459 scan profiles.
Stars: ✭ 1,180 (+234.28%)
Mutual labels:  kali-linux, hacking, information-gathering, nmap
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (+20.96%)
Mutual labels:  hacking, penetration-testing, reconnaissance, network-security
ShonyDanza
A customizable, easy-to-navigate tool for researching, pen testing, and defending with the power of Shodan.
Stars: ✭ 86 (-75.64%)
Mutual labels:  shodan, penetration-testing, information-gathering, reconnaissance
Eyes
👀 🖥️ Golang rewrite of eyes.sh. Let's you perform domain/IP address information gathering. Wasn't it esr who said "With enough eyeballs, all your IP info are belong to us?" 🔍 🕵️
Stars: ✭ 38 (-89.24%)
Mutual labels:  penetration-testing, pentest-tool, reconnaissance, information-gathering
Crithit
Takes a single wordlist item and tests it one by one over a large collection of websites before moving onto the next. Create signatures to cross-check vulnerabilities over multiple hosts.
Stars: ✭ 182 (-48.44%)
Mutual labels:  hacking, penetration-testing, security-audit, offensive-security
Rapidscan
🆕 The Multi-Tool Web Vulnerability Scanner.
Stars: ✭ 775 (+119.55%)
Mutual labels:  kali-linux, penetration-testing, reconnaissance, offensive-security
One Lin3r
Gives you one-liners that aids in penetration testing operations, privilege escalation and more
Stars: ✭ 1,259 (+256.66%)
Mutual labels:  kali-linux, hacking, penetration-testing, pentest-tool
MailRipV3
SMTP and IMAP checker / cracker for mailpass combolists with a user-friendly GUI, automated inbox test and many more features.
Stars: ✭ 28 (-92.07%)
Mutual labels:  security-audit, penetration-testing, pentest-tool
ObsidianSailboat
Nmap and NSE command line wrapper in the style of Metasploit
Stars: ✭ 36 (-89.8%)
Mutual labels:  nmap, information-gathering, pentest-tool

badKarma is an open source GUI based network reconnaissance toolkit which aims to assist penetration testers during network infrastructure assessments.

Screenshots ( not updated )

Setup

install Kali linux dependecies:

# apt install python3-pip python3-gi phantomjs mitmproxy ffmpeg gir1.2-gtk-vnc-2.0 \
gir1.2-gtksource-3.0 gir1.2-vte-2.91 gir1.2-osmgpsmap-1.0 gir1.2-webkit2-4.0 

clone the repository:

$ git clone https://github.com/r3vn/badKarma.git

install python dependecies:

# cd badKarma
# pip3 install -r requirements.txt

Run

$ chmod +x badkarma.py
$ ./badkarma.py

Documentation

Documentation can be found in this wiki.

Donate

If badKarma helped you during a penetration testing engagement, please consider making a donation via PayPal. Bitcoins are accepted as well, at 1Dvvb3TGHRQwfLoUT8rVTPmHqgVjAJRcsm.

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].