Nmap | Basic Commands | For Beginners | By Mohit Damke
1. Ping Scan:
The ping scan is a simple way to check if a host is alive on the network. It sends ICMP echo requests (commonly known as "pings") to the target host(s) and waits for responses.
nmap -sn <target>
-sn: This option tells Nmap to perform ...
mohitdamke.hashnode.dev4 min read