Wi-Fi Attack Command Builder
Pick a wireless attack workflow, fill in your interface, BSSID, channel, and wordlist once, and get copy-ready command chains for the whole engagement — monitor mode, recon, WPA/WPA2 handshake and PMKID capture, deauth, WPS Pixie Dust, hashcat cracking, and evil-twin credential capture.
Workbench mode
Pick an attack, set your interface, BSSID, channel, and wordlist once, then copy the full command chain.
Choose an attack
Start from a workflow, then refine parameters below.
Parameters
Enable monitor mode workflow
- 1. Kill interfering processes
sudo airmon-ng check kill - 2. Start monitor mode
sudo airmon-ng start wlan0 - 3. Confirm mode + injection
sudo iw dev wlan0mon info && sudo aireplay-ng --test wlan0mon
- NetworkManager will fight monitor mode — "check kill" stops it for the session.
Commands are generated for authorized testing only. Run them against networks you own or have explicit written permission to assess.
Generated commands
Enable monitor mode · 3 steps
sudo airmon-ng check kill sudo airmon-ng start wlan0 sudo iw dev wlan0mon info && sudo aireplay-ng --test wlan0mon
Learn the methodology
These commands map to the full Wireless Penetration Testing guide — start with adapter setup and work through recon, capture, and cracking.
Authorized use only. Wireless attacks affect nearby networks and devices. Only run generated commands against networks you own or have explicit written authorization to test.