- 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
![](https://epubservercos.yuewen.com/9DB435/19470380901501406/epubprivate/OEBPS/Images/b4bf7bdf-b8f3-47cf-acef-814cbc833773.png?sign=1739596639-Qoh22JhXpcP6kLjhH6VCaxerY4eg57Bx-0-1acd20c8d27006f9d991fe08fbf1128a)
- 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
![](https://epubservercos.yuewen.com/9DB435/19470380901501406/epubprivate/OEBPS/Images/92f4cd54-57bb-4ba3-a496-33731f2d5b20.png?sign=1739596639-zBCkqCDYcM7yAbgDjwITVTQJbfuHbO4k-0-be9f2213fea83c719149f4f5cb3945b5)