Hi, Termux allows you to install Nmap directly on your Android phone. If you don’t have Termux installed yet, make sure to install it first, and then you’ll be ready to run Nmap
To get started, update the package repository in Termux with this command:
Install Nmap on your Termux by typing the command:
To run Nmap, simply type the command:
To view the available options in Nmap, simply type
It’s easy to forget the options and parameters in Nmap. If that happens, don’t hesitate to check the Nmap help menu by typing
, and you’ll see all the syntax.
Now, tools that used to run only on Linux can be installed on your Android phone. Termux gives you access to the Linux shell, allowing you to install Linux apps like Nmap and many other utilities
To get started, update the package repository in Termux with this command:
Code:
$ pkg updateInstall Nmap on your Termux by typing the command:
Code:
$ pkg install nmapTo run Nmap, simply type the command:
Code:
$ nmap [Scan Type(s)] [Options] {target specification}To view the available options in Nmap, simply type
Code:
$ nmap -helpCode:
$ nmap -helpNow, tools that used to run only on Linux can be installed on your Android phone. Termux gives you access to the Linux shell, allowing you to install Linux apps like Nmap and many other utilities
For more HQ tutorials leave a like ✅


