Sinisterly
BoopSuite - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Computers (https://sinister.ly/Forum-Computers)
+--- Forum: Networking (https://sinister.ly/Forum-Networking)
+--- Thread: BoopSuite (/Thread-BoopSuite)



BoopSuite - ZanGetsu - 09-05-2017

BoopSuite - BoopSuite a wireless pentesting suite designed to emulate aircrack-ng functionality for personal growth.

[Image: Run.png]

This suite includes:

  • A wireless sniffer
  • Two gui's for the wireless sniffer (old/new)
  • A wireless deauthentication script
  • A monitor mode enabler

Examples:

[Image: Running.png]

To start sniffing:

Code:
boopsniff -i wlan1mon

To specify a channel:

Code:
boopsniff -i wlan1mon -c 6

Boop also works on the 5ghz spectrum if you have a supporting card:

Code:
boopsniff -i wlan1mon -f 5

If some processes are interfering then you can preemptively kill them with:

Code:
boopsniff -i wlan1mon -k

If you want to see unassociated clients:

Code:
boopsniff -i wlan1mon -u

If you want to filter by a specific AP mac address:

Code:
boopsniff -i wlan1mon -a xx:xx:xx:xx:xx:xx

To launch a deauth attack:

Code:
boopstrike -i wlan1mon

[Image: GUI.png]

Note: all pcap files will be saved in the directory ~/pcaps
[Image: Top.png]