Contents

OS Detection/Traceroute

Note: If you need a better view of the image, you can right click on the image -> Open image in a new tab.

OS Detection

To initiate a OS Detection with Nmap, you can use the -O For example: sudo nmap -O 192.168.233.139

Traceroute

If you want Nmap to find the routers between you and the target, you would add –traceroute For example: sudo nmap -sS --traceroute 192.168.233.139