🚀 Easiest Way to Install Aircrack-ng in Termux — No Proot, No Ubuntu!
This script automatically compiles Aircrack-ng natively on your Android device using Termux.
It sets up all required binaries and libraries so you can run aircrack-ng and its related tools from anywhere in Termux.
✅ Tested on: aarch64 / arm64 / ARMv8
✅ Includes: aircrack-ng, airodump-ng, aireplay-ng, airbase-ng, wpaclean, and more
✅ All-in-one install — just clone and run!
---
📥 Installation
Run these commands in Termux:
apt update && apt upgrade -y
apt install git -y
git clone https://github.com/ShellCrafter/aircr...
cd aircrack-termux
chmod +x install.sh
./install.sh
---
⚡ After Installation
You can run any tool from anywhere in Termux:
aircrack-ng
airodump-ng
aireplay-ng
airbase-ng
wpaclean
---
🛠 Features in This Build
Native Termux build — No Proot, No Ubuntu
All main Aircrack-ng tools included
Automatic library setup and symlink creation
One-command installation process
---
⚠ Disclaimer
This tool is for educational and authorized security testing purposes only.
The author is not responsible for any misuse of this script.