NMAP is one of the most important tool. Which checks which ports are open on a machine.
Some important to note about NMAP
- NMAP abbreviation is network mapper
- NMAP is used to scan ports on a machine, either local or remote machine (just you require ip/hostname to scan).
- NMAP is can be installed on windows, Sun Solaris machines too.
- NMAP can be used to scan large networks, remember I am saying large networks.
- NMAP can be used to get operating system details, uptime, software used for a service and its version no, vender of network card and uptime of that system too(Don’t worry we will see all these things in this post.
- Please do not try to use NMAP on machines which you don’t have permission.
- Can be used by hackers to scan for systems for venerability.
- Just a funny note : You can see this NMAP used by trinity in Matrix-II, when she tries to hack in to electric grid super computer.
Note : NMAP man pages one of the best man pages I have come across. It is explained in such a way that even new user can understand it easily and one more thing it is even having examples in to how to use NMAP in different situations, when you have time read it. You will get lots of information.
Example1 : Using NMAP in normal way, i.e. to scan a particular system for open ports
#nmap hostname
Example1 : Using NMAP in normal way, i.e. to scan a particular system for open ports
#nmap hostname