Scanning Networks - Lab
Scanning Networks - Lab
Module 3
Scanning Networks
1.Performa the Host Discovery 60 Mins
Task 1 Perform Host discovery using NMAP
-It is used to discovery the host is active/live in
the networks.
1. Open the NMAP application
2. Type the command nmap -sn -PR [target
address] and press enter
3. The scan result will be appeared and indicate that
the host is up.
-sndisables the port scan
-PR performs ARP ping scan
4. Similarly, nmap -sn -PU [target address]
-PU performs in UDP ping scan
5. Nmap -sn -PE [IP address] -PE ICMP ECHO
ping scan
6. Nmap -sn -PP [IP address] -PP ICMP
timestamp ping scan
7. Nmap -sn -PM [IP add] -PMICMP mask ping
scan
8. Nmap -sn -PS [IP add] -PS TCP SYNC ping
scan
9. Nmap -sn -PA [IP add] -PATCP ACK ping scan
10. Nmap -sn -PO [IP add] -PO IP Protocol ping
scan