OneShot-C - implementation of OneShot on C
OneShot-С performs Pixie Dust attack without having to switch to monitor mode.
- Pixie Dust attack;
- integrated 3WiFi offline WPS PIN generator;
- online WPS bruteforce;
- Wi-Fi scanner with highlighting based on iw;
make
Start Pixie Dust attack on a specified BSSID:
sudo ./oneshot -i wlan0 -b 00:90:4C:C1:AC:21 -K
Show avaliable networks and start Pixie Dust attack on a specified network:
sudo ./oneshot -i wlan0 -K
Launch online WPS bruteforce with the specified first half of the PIN:
sudo ./oneshot -i wlan0 -b 00:90:4C:C1:AC:21 -B -p 1234
Just run:
sudo rfkill unblock wifi
Try disabling Wi-Fi in the system settings and kill the Network manager. Alternatively, you can try running OneShot with --iface-down
argument.
rofl0r
for initial implementation;Monohrom
for testing, help in catching bugs, some ideas;Wiire
for developing Pixiewps.