- Applied Network Security
- Arthur Salmon Warun Levesque Michael McLafferty
- 45字
- 2025-04-04 19:22:50
Standard service detection
This is the command to scan for running service. Nmap contains a database of about 2,200 well-known services and associated ports. Examples of these services are HTTP (port 80), SMTP (port 25), DNS (port 53), and SSH (port 22):
nmap -sV 192.168.0.9
