How to install Nmap for Android ?

 How to install Nmap for Android ?



Hey Friends, Welcome to VashishthWeb, In Today's post I will tell you how to install Nmap on Android using Termux without rooting the phone.
 

Nmap abbreviation of Network Mapper is a network scanning and security auditing tool written by Gordon Lyon. It is mainly used to discover services and host on a computer by building a map of the network, thus known as Network Mapper.

The official version is only available for Windows, Mac & Linux operating systems. But there are some tweaks using which you can use Nmap on your smartphone.


Installing Nmap on Termux: 

Follow the below steps to install Nmap on Android using Termux:

Step 1: Open Termux & execute the below command to upgrade to latest package available.

$ apt update && apt upgrade -y


It will update the package and ask if you want to continue - Press Y to proceed.
Now type the command pkg install curl and press enter. Wait until the process is completed.
Time to install Nmap, type pkg install nmap and press enter.


This will start downloading Nmap on you android phone. Once downloaded you can use Nmap for Android.

Nmap is successfully installed on your device you can check it using the below command: 


$ Nmap

Hurray!! Now you are done with the installation.


I hope you will not have any problem in installing Nmap. See you in the next post till then bye.

Post a Comment

0 Comments