Host Discovery
ARP Discovery
ICMP Discovery
Ping and ARP scan (combined)
TCP SYN Scan
For host discovery such as the command above we should also use non ICMP scanning techniques in the event ICMP is blocked on a host and we miss it. We can use the following command below to perform a TCP scan sweep.
TCP ACK Scan
UDP Ping Scan
Useful for bypassing firewalls that filter TCP traffic and allow UDP traffic. By default a UDP scan will scan ports 40 and 125.
Reverse DNS Lookup
Additional Nmap Parameters
Parameter | Description |
---|---|
| Exclude name resolution |
| reverse-DNS lookup |
| only perform host discovery (No port scan) |
| List targets that will be scanned |
Last updated