A Map for Nmap- 10 Helpful and Basic Nmap Commands
Author: Baden
May 5, 2023
- nmap -sP [IP Address/Range]: This command is used to perform a ping scan of a host or range of hosts.
- nmap -sS [IP Address/Range]: This command is used to perform a TCP SYN scan, also known as a stealth scan.
- nmap -sT [IP Address/Range]: This command is used to perform a TCP connect scan.
- nmap -sU [IP Address/Range]: This command is used to perform a UDP scan.
- nmap -O [IP Address]: This command is used to perform operating system detection.
- nmap -A [IP Address]: This command is used to perform an aggressive scan.
- nmap -p [Port Number/Range] [IP Address]: This command is used to specify which port or range of ports to scan on the target.
- nmap -v [IP Address]: This command is used to enable verbose output.
- nmap -Pn [IP Address]: This command is used to skip the host discovery phase.
- nmap -sV [IP Address]: This command is used to perform version detection.