BoopSuite - A Suite of Tools for Wireless Auditing and Security Testing
BoopSuite - A Suite of Tools 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, that support both the 2 and 5 GHz spectrums. Written purely in python. A handshake sniffer (CLI and GUI), a monitor mode enabling script and a deauth script are all parts of this suite with more to come.
Another Wireless pentesting suite.
- A wireless sniffer
- Two gui's for the wireless sniffer (old/new)
- A wireless deauther
- A monitor mode enabler and disabler
What else is coming?
I am going to add scripts to do the following:
- BoopCoil - Deauth attack detector
- BoopDate - A script to update boopsuite
Examples:
To start sniffing:
boopsniff -i wlan1monTo specify a channel:
boopsniff -i wlan1mon -c 6Boop also works on the 5ghz spectrum if you have a supporting card:
boopsniff -i wlan1mon -f 5If some processes are interfering then you can preemptively kill them with:
boopsniff -i wlan1mon -kIf you want to see unassociated clients:
boopsniff -i wlan1mon -uIf you want to filter by a specific AP mac address:
boopsniff -i wlan1mon -a xx:xx:xx:xx:xx:xxTo launch a deauth attack:
boopstrike -i wlan1monDeauth the 5ghz spectrum:
boopstrike -i wlan1mon -f 5Deauth a single AP:
boopstrike -i wlan1mon -a xx:xx:xx:xx:xx:xxDeauth everyone except one Access Point:
boopstrike -i wlan1mon -s xx:xx:xx:xx:xx:xxNew Update includes a gui tool:
boopsniff_guiSet card to monitor mode:
boop -i wlan1Set card to managed mode:
boop -i wlan1monSet card to a specific name:
boop -i wlan1 -n boop1note: will enable or disable monitor mode accordingly.Set channel on card:
boop -i wlan1 -c 11Note: Will do error checking if you specify a channel the card doesnt support and is ready for cards supporting the 5GHz network.Kill any interfering tasks:
boop -i wlan1 -kPut it all together:
boop -i wlan1 -n boop1 -c 11 -kNOTE: boop will always switch the mode from managed to monitor and vice versa.Note: all pcap files will be saved in the directory ~/pcaps
Computer Usage
The sniffer which is the heaviest CPU part uses really low CPU and memory, memory which is going to shrink in upcoming versions.
More options are coming in the future.
Installation:
To install open a terminal and type:
git clone https://github.com/M1ND-B3ND3R/BoopSuite.git
cd BoopSuite
pip install -r requirements.txt
chmod +x install.py
./install.pyThe setup includes creating symbolic links for the tool so it can be run from anywhere.Upgrade:
To upgrade open a terminal and type:
Requires root to install
Root is dangerous so always check packages before running them as root. My code is not malicious, however, you should always be wary.
git clone https://github.com/M1ND-B3ND3R/BoopSuite.git
cd BoopSuite
chmod +x install.py
./install.pyContributors:
- M1ND-B3ND3R
- Sean Bangerter - Proofing my readme
- Boop - My pet ball python
In Progress:
- Wireless card discovery in VM for kali.
- Code Fixes will be happening.




