Aircrack-ng
Aircrack-ng - A tool used to crack wireless network passwords.
Aircrack-ng is a popular tool for WiFi network security testing, which can be installed in Termux. Here are the
steps to install Aircrack-ng in Termux:
Steps to Follow Copy & Past
- pkg update && pkg upgrade
- pkg install git autoconf automake make libc-dev openssl-dev libnl-dev
- git clone https://github.com/aircrack-ng/aircrack-ng.git
- cd aircrack-ng
- autoreconf-i
- ./configure --prefix=/data/data/com.termux/files/usr --enable-static
- make
- make install
- aircrack-ng