Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
badKarma — network reconnaissance toolkit | Kitploit
Tools/GitHubGitHub/r3vn/badkarma
ReconnaissanceNetwork MappingPort ScanningInformation GatheringPenetration Testing
GitHubr3vn/badkarma

badKarma

network reconnaissance toolkit

View Repository
437947 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

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:

root@kitploit:~
# 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:

root@kitploit:~
$ git clone https://github.com/r3vn/badKarma.git

install python dependecies:

root@kitploit:~
# cd badKarma
# pip3 install -r requirements.txt

Run

root@kitploit:~
$ 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.

Download Tool