Crack WPS. Audit WiFi. Learn Cybersecurity.
Built for Termux • Root Required • Ethical Use Only
✅ Rooted Android device
✅ Termux installed Download here
✅ WiFi chipset with monitor mode
✅ Internet connection for setup
Package | Description | Link |
---|---|---|
python |
To run the main script | Termux Wiki |
tsu |
Root privileges in Termux | Termux Wiki |
iw |
Wireless device management | Linux man page |
pixiewps |
Pixie Dust WPS attack tool | Kali Tools |
openssl |
Crypto operations | Termux Wiki |
wpa_supplicant |
WiFi authentication | Arch Wiki |
git |
Clone repository | Termux Wiki |
pkg update && pkg upgrade -y
pkg install root-repo -y
pkg install git python wpa-supplicant pixiewps iw openssl -y
# Install tsu for root access. If tsu not working, install sudo instead:
pkg install tsu -y || pkg install sudo -y
git clone https://github.com/anbuinfosec/wipwn
cd wipwn
chmod +x main.py
Command | Description |
---|---|
sudo python main.py --help |
Show help options |
sudo python main.py -i wlan0 -K |
Scan and auto attack |
sudo python main.py -i wlan0 -b <BSSID> -K |
Attack specific BSSID |
sudo python main.py -i wlan0 -b <BSSID> -B -p 1234 |
Bruteforce using PIN prefix |
bash wipwn.sh |
Use Bash launcher |
Issue | Fix |
---|---|
Device or resource busy (-16) |
Toggle WiFi ON → OFF and retry |
No networks found | Turn on Hotspot + Location |
Permission error | Use tsu or sudo |
📁 wipwn/
├── assets/ → Logo and screenshots
├── colors.py → Terminal color helper
├── config.txt → Output config format
├── LICENSE → MIT License
├── main.py → Main WiFi attack script
├── README.md → Project documentation
├── vulnwsc.txt → Vulnerable BSSID database (sample)
└── wipwn.sh → Bash launcher script
📧 anbuinfosec@gmail.com | 💬 @anbuinfosec | 🌐 anbuinfosec.live | 🐞 Report issues
Licensed under the MIT License. You are free to use, modify, and distribute responsibly.
💡 “Ethical hacking is not a crime — it's knowledge in defense.”