Nmap
1.[root@server1 ~]# nmap 192.168.0.12
- It is used to scan the opened port,services, mac address in that particular ip address.
2.[root@server1 ~]# nmap -v192.168.0.12
- It is used to find the detailed information about the particular host.
3.[root@server1 ~]# nmap 192.168.0.101 192.168.0.102 192.168.0.103
-It is used to scan the multiple ip address in the lan.
4.[root@server1 ~]# nmap 192.168.0.*
-It is used to scan the complete subnet in that network.
5.[root@server1 ~]# nmap 192.168.0.1-255
It is used to scan the range of ip address in that particular network.
http://www.tecmint.com/nmap-command-examples/
No comments:
Post a Comment