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 ...