nmap:perform_a_fast_traceroute
Differences
This shows you the differences between two versions of the page.
nmap:perform_a_fast_traceroute [2016/07/08 01:08] – created peter | nmap:perform_a_fast_traceroute [2019/12/01 11:02] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== nmap - Perform a Fast traceroute ====== | ||
- | |||
- | Traces the paths to targets without doing a full port scan on them. | ||
- | |||
- | <code bash> | ||
- | sudo nmap -sn --traceroute 192.168.1.2 | ||
- | </ | ||
- | |||
- | Result: | ||
- | |||
- | < | ||
- | Starting Nmap 6.40 ( http:// | ||
- | Nmap scan report for 192.168.1.2 | ||
- | Host is up (0.0024s latency). | ||
- | MAC Address: 44: | ||
- | |||
- | TRACEROUTE | ||
- | HOP RTT | ||
- | 1 2.43 ms 192.168.1.2 | ||
- | |||
- | Nmap done: 1 IP address (1 host up) scanned in 0.26 seconds | ||
- | </ | ||
nmap/perform_a_fast_traceroute.1467940098.txt.gz · Last modified: 2020/07/15 09:30 (external edit)