WiFuX - WiFi Hacker Tool

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.

Get Started View Usage

About WiFuX

🔥 Hack WiFi Using Termux (Requires Root)

WiFuX is a comprehensive WiFi penetration testing tool that leverages WPS vulnerabilities to assess wireless network security. It's designed to run on Android devices through Termux with root access.

Pixie Dust Attack

Exploits vulnerabilities in WPS implementations to recover WPS PINs

Brute-force Attack

Systematically checks all possible PIN combinations

Android Compatible

Works on rooted Android devices with Termux

Installation

One-Command Installation

The easiest way to install WiFuX is with this single command:

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

Manual Installation

Follow these steps for 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

After installation, restart your Termux and run:

wifux

Usage

Basic Commands

Show help menu:

sudo python main.py --help

Scan and 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

Important Notes

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.

Usage Tips

  • 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

Android Compatibility

WiFuX is fully compatible with Android devices running Termux. You can perform advanced WiFi penetration testing directly from your phone with:

  • Root access
  • Supported wireless interface (e.g., Alfa adapter via OTG)
  • Device that supports monitor mode
  • WiFi turned off before running the script

Connect with the Author

MD Sakibur Rahman (MSR)

GitHub: @msrofficial

Facebook: sakibur.msr

Portfolio: msrsakibur.netlify.app

View on GitHub