nmap:print_host_interfaces_and_routes
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
nmap:print_host_interfaces_and_routes [2019/12/01 11:06] – removed peter | nmap:print_host_interfaces_and_routes [2020/07/20 19:37] (current) – old revision restored (2016/07/08 00:49) 92.220.10.100 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== nmap - Print Host interfaces and Routes ====== | ||
+ | |||
+ | Find out host interface and route information with nmap by using the **" | ||
+ | |||
+ | <code bash> | ||
+ | sudo nmap -iflist 192.168.1.69 | ||
+ | </ | ||
+ | |||
+ | Result: | ||
+ | |||
+ | < | ||
+ | Starting Nmap 6.40 ( http:// | ||
+ | ************************INTERFACES************************ | ||
+ | DEV | ||
+ | eth0 (eth0) | ||
+ | lo (lo) 127.0.0.1/ | ||
+ | lo (lo) :: | ||
+ | wlan0 (wlan0) 192.168.1.69/ | ||
+ | wlan0 (wlan0) fe80:: | ||
+ | |||
+ | **************************ROUTES************************** | ||
+ | DST/ | ||
+ | 192.168.1.0/ | ||
+ | 0.0.0.0/ | ||
+ | :: | ||
+ | fe80:: | ||
+ | fe80::/ | ||
+ | ff00::/ | ||
+ | </ | ||
nmap/print_host_interfaces_and_routes.1575198393.txt.gz · Last modified: 2020/07/15 09:30 (external edit)