diff --git a/pages/common/nmap.md b/pages/common/nmap.md index 61f1c7e6cb..4e27d66e2a 100644 --- a/pages/common/nmap.md +++ b/pages/common/nmap.md @@ -4,6 +4,10 @@ > Some features only activate when Nmap is run with privileges. > More information: . +- Check if an IP address is up, and guess the remote host's operating system: + +`nmap -O {{ip_or_hostname}}` + - Try to determine whether the specified hosts are up and what are their names: `nmap -sn {{ip_or_hostname}} {{optional_another_address}}`