How do it…

Here are the steps:

  1. Open nmap in the Command Prompt.
  2. Run the following syntax in the Command Prompt to perform a scan to generate fragmented packets:
 nmap -f 192.168.75.137 

  1. Run the following syntax in the Command Prompt to perform a scan to generate packets with the MTU specification:
 nmap –mtu 24 192.168.75.137

  1. Run the following syntax in the Command Prompt to perform a decoy scan from the IP address mentioned:
 nmap –D 192.168.75.138 192.168.75.137

  1. Run the following syntax in the Command Prompt to perform a scan to append random data to the packets:
 nmap -v  --data-length 25 192.168.75.137

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.12.71.237