Now, we need to install aircrack-ng manually in termux
Installation
- Need to download & install termux from f-droid
- run this command
apt update && apt upgrade -y
- run
pkg install wget -y
- run
apt install libc++ libnl libpcap libsqlite openssl pcre zlib -y
- Now, we need to know our device architecture. Run
uname -m
my device architecture is aarch64
- now run one of this command according to your device architecture,
For 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
For 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
For i686
wget https://raw.githubusercontent.com/pitube08642/aircrack-ng-for-termux/main/dists/termux/aircrack-ng/binary-i686/aircrack-ng_3_1.7_i686.deb
For 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
- now run one of this command according to your device,
For aarch64
dpkg -i aircrack-ng_3_1.7_aarch64.deb
For arm
dpkg -i aircrack-ng_3_1.7_arm.deb
For i686
dpkg -i aircrack-ng_3_1.7_i686.deb
For x86_64
dpkg -i aircrack-ng_3_1.7_x86_64.deb
- Congratulatin, you've successfully installed aircrack-ng in termux on your
Non-Rooted Phone
Testing
To test aircrack-ng & your device password cracking speed, Run
aircrack-ng -S
My device password cracking speed:
1 Comments
Yes
ReplyDelete