M1ND-B3ND3R / BoopSuite
- среда, 24 мая 2017 г. в 03:11:45
Python
A Suite of Tools written in Python for wireless auditing and security testing.
BoopSuite is an up and coming suite of wireless tools designed to be easy to use and powerful in scope.
This project is easier to use, identifies clients more quickly than airodump-ng, and displays less useless information. Additionally I can take requests and build them out as I continue to develop this project.
Don't mistake me, aircrack is an amazing suite of tools and I understand the thought of "why use a different tool when airodump is still very usuable", and the answer is because change is good, and this project is going to continue to grow as I add new handlers for additional packet types.
The project now has a GUI!
Changelog located in CHANGELOG file.
Furthermore I can take requests and build them out as I want to continue developing this. Hopefully others find it useful.
I am going to add scripts to do the following:
More ideas are welcome. Email me @: jacobsin1996@gmail.com
boopsniff -i wlan1mon
boopsniff -i wlan1mon -c 6
boopsniff -i wlan1mon -f 5
boopsniff -i wlan1mon -r ~/report.txt
boopsniff -i wlan1mon -k
boopsniff -i wlan1mon -u
boopsniff -i wlan1mon -a xx:xx:xx:xx:xx:xx
boopsniff_gui
Note: all pcap files will be saved in the directory ~/pcaps
Note: since I havent quite figured out how to determine which eapol message is which about 5% of the pcap files will be invalid. stay patient, I will figure it out.
git clone https://github.com/M1ND-B3ND3R/BoopSuite.git
cd BoopSuite
./setup.py
The setup includes creating two symbolic links for the gui and cli version of the tool so it can be run from anywhere.
git clone https://github.com/M1ND-B3ND3R/BoopSuite.git
cd BoopSuite
./setup.py
The top line is formatted as follows:
[+] Time: TIME_ELAPSED Slithering: [CHANNEL] - [boopstrike: RECENT HANDHAKE CAPTURED] - [AMOUNT OF HANDSHAKES]
Next line is the start of the Access Point table and is formatted as follows:
[Mac address] [Encryption] [Channel] [Vendor] [Signal] [Beacons] [SSID]
The Line that starts the client table is formatted as follows:
[Mac address] [AP Mac address] [Noise] [Signal] [AP SSID]
I am motivated by the want to be better. To prove others wrong and to prove to myself that I can do things that were previously impossible to me.
Creating a window that pops up when you click on a client or access point in the gui that will display more stats.
Code Fixes will be happening. Some parts are poorly written and will soon be updated.
GNU Public License V3