Hey Termux users today I will discuss how to install Aircrack-NG in Termux not just installation but the full Aircrack-NG Termux tutorial. Also, I will tell you my personal experience of using Aircrack-NG so let’s start.
I am Noman Mohammad owner of Guidetolinux.com specially made for cyber security learners. Make sure to join our community this will give you a chance to conversate with like-minded people like you.
Aircrack-NG Termux
Aircrack-NG is a popular tool for testing WiFi security that works seamlessly in Termux. However, manual installation is required as it’s not available in the default Termux packages.
Read Also: How To Use Aircrack-ng Tool In Kali Linux
What is Aircrack-NG? 🔧
Aircrack-NG is a penetration testing tool for evaluating WiFi network security. With it, you can:
- Capture WiFi packets.
- Test WPA/WPA2 security.
- Recover passwords using wordlists.
It’s pre-installed in Kali Linux, but for Termux, you’ll need to install it manually.
Note: Use Aircrack-NG ethically and responsibly. Misuse can lead to legal consequences!
Aircrack-NG Termux Unable to Locate Package
If you encounter the “unable to locate package” error, it’s because Aircrack-NG is no longer included in Termux’s default repository. Follow the manual installation steps below to resolve this issue.
Aircrack-NG Termux Install
Here’s the complete guide to installing Aircrack-NG on Termux. Follow these steps carefully!
Installing Aircrack-NG on Termux requires a few commands. Let’s break it down step-by-step.
Update Termux Packages
First, open Termux and ensure all packages are up-to-date. Run:
pkg update && pkg upgrade -y
This updates Termux and ensures compatibility with Aircrack-NG.
Install Aircrack-NG Termux
Install Wget ➕
Wget is essential for downloading files. Install it with:
pkg install wget -y
Install Aircrack-NG Termux Commands
Install Dependencies 🔄
Install the required libraries for Aircrack-NG:
apt install libc++ libnl libpcap libsqlite openssl pcre zlib -y
These ensure that Aircrack-NG runs smoothly.
Aircrack-NG Termux GitHub

Aircrack-NG Github
Check Your Device Architecture 🔍
To download the correct Aircrack-NG version, find your device’s architecture by typing:
uname -m
Aircrack-NG Termux No Root
Download Aircrack-NG
Use the appropriate command based on your architecture:
- AARCH64:
wget https://raw.githubusercontent.com/pitube08642/aircrack-ng-for-termux/main/dists/termux/aircrack-ng/binary-aarch64/aircrack-ng_3_1.7_aarch64.deb
- ARM:
wget https://raw.githubusercontent.com/pitube08642/aircrack-ng-for-termux/main/dists/termux/aircrack-ng/binary-arm/aircrack-ng_3_1.7_arm.deb
- x86_64:
wget https://raw.githubusercontent.com/pitube08642/aircrack-ng-for-termux/main/dists/termux/aircrack-ng/binary-x86_64/aircrack-ng_3_1.7_x86_64.deb
Install the Package 📦
Once downloaded, install Aircrack-NG using:
dpkg -i aircrack-ng_3_1.7_<your_architecture>.deb
Replace <your_architecture> with the one you identified earlier.
How to Use Aircrack-NG Termux? 🔧
Once installed, you can start testing WiFi networks. Below are some common commands:
Aircrack-NG Termux Commands
- Check Password Cracking Speed by running the below command:
aircrack-ng -S
This command checks how fast your device can crack passwords.
Aircrack-NG Termux Without Root
View Available WiFi Networks
aircrack-ng wlan0
This command will list all networks in range.
Does Aircrack-ng work?
I promised to share my personal experience using Aircrack-ng, so here it is. I’ve used Aircrack-ng, but the main issue is its reliance on luck. The tool only works if the wordlist contains the correct password. Therefore, we often have to create custom wordlists tailored to the target user’s likely password choices.
Final Thoughts 🙌
Aircrack-NG is a powerful tool for ethical WiFi penetration testing. By installing it on Termux, you unlock the ability to analyze network vulnerabilities on your Android device. Remember to use this tool responsibly.
If you face issues, drop a comment or join our Telegram channel for expert help.
FAQs
Can I use Aircrack-NG without root?
Es, for basic functions. However, advanced penetration testing often requires root access.
Is Aircrack-NG free?
Yes, it’s completely free and open-source.
Is Aircrack-NG safe to use?
Yes, when used ethically for security testing. Avoid using it for illegal purposes.
How to install Aircrack-Ng in Linux
You don’t need to install Aircrack-NG in Linux because it is pre-installed in Linux.
1 thought on “How to install Aircrack-NG in Termux | Aircrack-NG Termux 2025”