Skip to content

Diam0rphine/badKarma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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 \
python3-libnmap python3-sqlalchemy python3-shodan

clone the repository:

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

install python dependecies:

$ cd badKarma
$ python3 -m venv ./venv
$ python3 env/bin/activate
$ pip3 install phantomjs

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.

About

network reconnaissance toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.4%
  • Perl 12.5%
  • Lua 3.3%
  • Shell 1.7%
  • JavaScript 0.1%