- Securing Network Infrastructure
- Sairam Jetty Sagar Rahalkar
- 58字
- 2025-04-04 14:45:33
How do it…
These are the steps:
- Open nmap in Command Prompt.
- Run the following syntax in the Command Prompt to perform a live scan only, and not probe for a port scan:
nmap –sn -v 192.168.75.135/28

- Run the following syntax in the Command Prompt to perform a no ping scan:
nmap –Pn -v 192.168.75.135/28
