- Securing Network Infrastructure
- Sairam Jetty Sagar Rahalkar
- 72字
- 2021-08-20 10:15:24
How do it…
Here are the steps:
- Open nmap in Command Prompt.
- Run the following syntax in the Command Prompt to perform a scan between ports 0-100:
nmap 192.168.75.137 –p0-100
![](https://epubservercos.yuewen.com/9DB435/19470380901501406/epubprivate/OEBPS/Images/e813fc01-460b-417c-b749-215d513d1695.png?sign=1739678815-GKJnKr3B24KLxqI4cJuHAmHBAzE3en6L-0-a0815273ae414e52a193f56a4e87636c)
- Run the following syntax in the Command Prompt to perform a fast scan on the top 100 ports:
nmap –F 192.168.75.137
![](https://epubservercos.yuewen.com/9DB435/19470380901501406/epubprivate/OEBPS/Images/81bd1db5-a73c-4394-a4db-721f5c0d8c20.png?sign=1739678815-BYUVbTqBavCjY3wDKIxuraSkGMhvGCvm-0-06ec356f87db7f765f2ba9cc40057cd0)
- Run the following syntax in the Command Prompt to perform a scan without any port specification:
nmap 192.168.75.137
![](https://epubservercos.yuewen.com/9DB435/19470380901501406/epubprivate/OEBPS/Images/05d93e1f-d75c-449e-86cf-6766537a2ba4.png?sign=1739678815-ekqUZZZrP5tutqrewr6nBCB4jRxJdK4b-0-3f0920f54acceecb3223c8608c6fbc7c)