Perform the following steps:
- Open Nmap in Command Prompt.
- Enter the following syntax in Command Prompt to obtain the interactive output:
Nmap -sS -Pn 192.168.103.129
- 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:
- 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:
- 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:
- 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:
- 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: