On this post How to install Nmap on Android with Termux I will explain how we can install one of best tools for pentesting and audit for wireless networks.
What is Nmap Tool ?
Nmap is a free and open source tool for network discovery ( network scanner ) and security auditing. Nmap is a great Port Scanning Tool for Linux, Windows, MacOs and Termux.
Nmap allows us to find open ports within a website or wireless network.
Nmap is used by many frameworks dedicated to finding vulnerabilities in Wi-Fi networks or web pages, such as Routersploit.
What is Termux App?
Termux is an Linux terminal for Android.
Install Termux.
The first step to install Nmap on Android is installing Termux Apk on your device.
Choose one the following links to download Termux Apk.
Download Termux ApkAfter installing Termux on Android, You must update and upgrade your Linux console. Just type and run the following commands.
pkg update
pkg upgrade
Install Nmap on Termux Android.
Run the following command to install Nmap on your Android device.
pkg install nmap
Once You have installed Nmap on your Android device You can start some Pentesting on every Wifi Router.
This post How to install Nmap on Android with Termux is for education purpose only.