Host Discovery
Scan Network Range
note: this scanning method works only if the firewalls of the hosts allow it. Otherwise, we can use other scanning techniques to find out if the hosts are active or not.
Scan active hosts from IP List
note: if we are provided with hosts that need to be tested (hosts.lst) use the predefined list to scan them.
Scan Multiple IPs
note: sometimes we wont need to scan the whole network.
Check if host is up
note: if we dont use port scan (-sn) nmap defaultly sends ICMP ping scans () and not ICMP echo requests.
Last updated