How can I see the details of NMAP traceroute?

271    Asked by Amitraj in Cyber Security , Asked on Mar 21, 2022

 I'm using NMAP for Network scan ;

The output does not contain the full traceroute details. Can I view all intermediate routers/hosts using the NMAP GUI?

Answered by Amit Sinha

Try looking for the details of NMAP traceroute with this command


nmap -sn --traceroute 
And lookup these:
https://serverfault.com/questions/432017/whats-going-on-with-traceroute
https://svn.nmap.org/nmap/zenmap/share/zenmap/config/scan_profile.usp
http://seclists.org/basics/2011/Mar/19


Your Answer

Interviews

Parent Categories