![]() |
|
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. ![]() This suite includes:
Examples: ![]() To start sniffing: Code: boopsniff -i wlan1monTo specify a channel: Code: boopsniff -i wlan1mon -c 6Boop also works on the 5ghz spectrum if you have a supporting card: Code: boopsniff -i wlan1mon -f 5If some processes are interfering then you can preemptively kill them with: Code: boopsniff -i wlan1mon -kIf you want to see unassociated clients: Code: boopsniff -i wlan1mon -uIf you want to filter by a specific AP mac address: Code: boopsniff -i wlan1mon -a xx:xx:xx:xx:xx:xxTo launch a deauth attack: Code: boopstrike -i wlan1mon![]() Note: all pcap files will be saved in the directory ~/pcaps
![]() |