- Securing Network Infrastructure
- Sairam Jetty Sagar Rahalkar
- 73字
- 2021-08-20 10:15:23
How do it…
These are the steps:
- Open nmap in Command Prompt.
- Run the following syntax in the Command Prompt to perform a TCP SYN scan:
nmap –v –sS 192.168.75.137
- Run the following syntax in the Command Prompt to perform a TCP Connect scan:
nmap –v –sT 192.168.75.137
- Run the following syntax in the Command Prompt to perform a TCP NULL scan:
nmap –v –sN 192.168.75.137