Comments Off on Nmap
Nmap (Network Mapper) is a free and open-source network scanner used to discover hosts and services on a computer network, thus creating a “map” of the network. Nmap can be used to gather information about the target network, identify available hosts and services, and probe for vulnerabilities.
Some commonly used Nmap commands include:
nmap [target]
: basic scan of targetnmap -sS [target]
: TCP SYN scannmap -sU [target]
: UDP scannmap -A [target]
: aggressive scan with OS and version detectionnmap -O [target]
: OS detectionnmap -sV [target]
: service/version detectionnmap -p [port] [target]
: scan specific portnmap -F [target]
: fast scan