How do it…

Perform the following steps:

  1. Open Nmap in Command Prompt.
  2. Enter the following syntax in Command Prompt to obtain the interactive output:
Nmap -sS -Pn 192.168.103.129

  1. Enter the following syntax in Command Prompt to obtain the normal output:
Nmap -sS -Pn 192.168.103.129 -oN output

You can navigate to the system32 folder to locate the output file and open it with text editing tools:

  1. Enter the following syntax in Command Prompt to obtain the XML output:
Nmap -sS -Pn 192.168.103.129 -oX  output

You can navigate to the system32 folder to locate the output file and open it with text editing tools:

  1. Enter the following syntax in Command Prompt to obtain the script kiddie output:
Nmap -sS -Pn 192.168.103.129 -oS  output

You can navigate to the system32 folder to locate the output file and open it with text editing tools:

  1. Enter the following syntax in Command Prompt to obtain the output in grepable format:
Nmap -sS -Pn 192.168.103.129 -v -oG output

You can navigate to the Windows folder to locate the output file and open it with text editing tools:

  1. Enter the following syntax in Command Prompt to obtain the output in all the formats with verbose enabled:
Nmap -sS -Pn 192.168.103.129 -v-oA  output

You can navigate to the Windows folder to locate the output file and open it with text editing tools:

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

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