- Applied Network Security
- Arthur Salmon Warun Levesque Michael McLafferty
- 53字
- 2021-07-02 23:30:56
Detect OS and services
This is the command to scan and search for the OS (and the OS version) on a host. This command will provide valuable information for the enumeration phase of your network security assessment (if you only want to detect the operating system, type nmap -O 192.168.0.9):
nmap -A 192.168.0.9
