- Securing Network Infrastructure
- Sairam Jetty Sagar Rahalkar
- 70字
- 2021-08-20 10:15:25
How do it…
Here are the steps:
- Open nmap in Command Prompt.
- Run the following syntax in the Command Prompt to perform a service scan on the port range 0-100:
nmap –sV 192.168.75.137 –p0-100
- Run the following syntax in the Command Prompt to perform a service scan on the port range 0-100 and see debug info of the scan:
nmap –sV 192.168.75.137 –p0-100 –version-trace