Advanced WiFi Hacking Tool
A powerful and automated WiFi security testing tool specifically optimized for Android devices running Termux. It evaluates the security of wireless networks by exploiting WPS vulnerabilities, seamlessly automating Pixie Dust and Brute-force attacks.
Prerequisites
Before installing WiFuX, ensure your device meets the following requirements:
- A rooted Android device.
- Termux application installed.
Installation
WiFuX v2.0 installs globally on your system. Once installed, you can run it from any directory.
Method 1: One-Command Installation (Recommended)
Simply paste the following command into Termux to automatically download and set up everything:
curl -sLo installer.sh https://raw.githubusercontent.com/msrofficial/WiFuX/main/installer.sh && bash installer.sh
Method 2: Manual Installation
If you prefer to clone and set up the repository manually, run the following commands sequentially:
pkg update && pkg upgrade -y
pkg install root-repo git tsu python wpa-supplicant pixiewps iw -y
git clone https://github.com/msrofficial/WiFuX
cd WiFuX
chmod +x install.sh
bash install.sh
Usage
Simply type the command below to run the tool from anywhere:
wifux
Run this command in your Termux to patch the tsu binary:
cp /data/data/com.termux/files/usr/bin/tsu /data/data/com.termux/files/usr/bin/tsu.bak && \
sed -i '281s|^SU_BINARY_SEARCH=.*|SU_BINARY_SEARCH=("/system/xbin/su" "/system/bin/su" "/debug_ramdisk/su")|' /data/data/com.termux/files/usr/bin/tsu && \
echo "✅ tsu patched successfully"
Command-Line Arguments
For advanced users who prefer passing arguments directly:
wifux --help
wifux -i wlan0 -b <MAC> -K
wifux -i wlan0 -b <MAC> -B -p <PIN>
wifux update
Troubleshooting & Notes
If you encounter issues during the attack, follow these steps:
- Turn off your device's WiFi before starting the tool.
- Turn on your Mobile Hotspot (this prevents Android from interfering with the wlan0 interface).
- If you receive a "Device or resource busy (-16)" error, manually turn your WiFi on and then immediately turn it back off.
- If the tool fails to scan or authenticate, try turning off your device's Location/GPS services.
Disclaimer
This tool is provided for educational and ethical penetration testing purposes only. You are only authorized to use WiFuX on networks that you own or have explicit permission to test. The author is not responsible for any misuse, damage, or illegal activities caused by this tool.