A powerful WiFi hacking tool designed for ethical use to test the security of wireless networks using WPS vulnerabilities, including Pixie Dust Attack, Brute-force Attack, and more.
Paste this into Termux:
curl -sLo installer.sh https://raw.githubusercontent.com/msrofficial/WiFuX/main/installer.sh && bash installer.sh
pkg update && pkg upgrade -y
pkg install root-repo -y
pkg install git tsu python wpa-supplicant pixiewps iw -y
git clone https://github.com/msrofficial/WiFuX
cd WiFuX
pip3 install -r requirements.txt
chmod +x main.py && install.sh
./install.sh
Restart your Termux and run:
wifux
sudo python main.py --help
sudo python main.py -i wlan0 -K
sudo python main.py -i wlan0 -b 00:91:4C:C3:AC:28 -K
sudo python main.py -i wlan0 -b 00:90:4C:C1:AC:21 -B -p 1234
- First turn off your WiFi.
- Turn on Hotspot.
- If you get
"Device or resource busy (-16)"
, turn on WiFi and then turn it off again. - If failed, turn off Location services if turned on.
This tool is for educational and ethical purposes only. Do not use without proper authorization. The author is not responsible for any misuse or damage caused by this tool.
This project is licensed under the MIT License — see the LICENSE file for details.
WiFuX is fully compatible with Android devices running Termux. You can perform advanced WiFi penetration testing directly from your phone with root access and a supported wireless interface (e.g., Alfa adapter via OTG).
Make sure:
- Your device supports monitor mode.
- You're using a rooted Android environment.
- WiFi is turned off before running the script.
MD Sakibur Rahman (MSR)
GitHub: @msrofficial
Facebook: sakibur.msr
Portfolio: https://msrsakibur.netlify.app
Happy hacking, stay ethical! 💻🔒