how to install nmap port scanner on android smartphone using termux - no root
Nmap :
Nmap is a free and open-source network scanner created by Gordon
Lyon. Nmap is used to discover hosts and services on a computer network
by sending packets and analyzing the responses.
Nmap provides a number of features for probing computer networks,
including host discovery and service and operating system detection
- Now,Let us install nmap on your android smartphone using termux.
Requirements:
- Termux - Install Termux from Google playstore.
- nmap
After Installing Termux,
- Upgrade the Termux repo to the most recent version,using the command below(Not actually necessary - just to make sure you have the newest termux repository)
pkg upgrade |
Open Termux - Android Terminal Emulator App and install nmap on it using the command below:
pkg install nmap
To Test the successfull installation of nmap , type the command 'nmap' or 'nmap -V'
Now, its time to port scan your target ip and find the vulnerable ports,here are the simple commands to try yourself.
pkg install nmap |
To Test the successfull installation of nmap , type the command 'nmap' or 'nmap -V'
nmap -V |
Now, its time to port scan your target ip and find the vulnerable ports,here are the simple commands to try yourself.
- nmap - [TARGET_IP] - example: nmap 192.168.1.1
This is a basic command to scan a range of most common vulnerable ports i.e like http(80),ftp(21),ssh(22),dns(53),telnet(23),File-sharing(139) etc.,
basic nmap command |
- nmap [TARGET_IP] -p 1-65535 - example: nmap 192.168.1.1 -p 1-65535
- nmap -Pn [TARGET_IP] -p 1-1024 - example: nmap -Pn 192.168.1.1 -p 1-1024
If this error occurs, try this command - nmap -Pn [TARGET_IP] |
- You can also scan multiple ip - example: nmap 192.168.0.1-254 or nmap 192.168.1.1,2 or /16 /24 etc.,
- You can do lot more with nmap, simply type nmap -h to find more interesting available options or have a look into the documentation of nmap.
Like and Follow US on facebook.com/mypcethics | https://in.pinterest.com/mpcethics/ | https://www.instagram.com/mpcethics/
You may also Like!
How to hack gmail using phishing attack using Kali Linux
How to hack wifi wpa2 in kali linux
How to set password on windows without old admin password
Control your PC with android remotely
Make use of Google Translate to Open Blocked websites in your work location or country
How to port forward using android smartphone via mobile hotspot
Totally unique stuff is here really amazing!!!
ReplyDeletepop over here