User Tools

Site Tools


nmap:print_host_interfaces_and_routes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
nmap:print_host_interfaces_and_routes [2019/12/01 11:06] – removed peternmap: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 **"–iflist"** option.
 +
 +<code bash>
 +sudo nmap -iflist 192.168.1.69
 +</code>
 +
 +Result:
 +
 +<code>
 +Starting Nmap 6.40 ( http://nmap.org ) at 2016-07-08 00:49 BST
 +************************INTERFACES************************
 +DEV   (SHORT) IP/MASK                      TYPE     UP MTU   MAC
 +eth0  (eth0)  (null)/                    ethernet up 1500  E8:03:9A:04:76:35
 +lo    (lo)    127.0.0.1/                 loopback up 65536
 +lo    (lo)    ::1/128                      loopback up 65536
 +wlan0 (wlan0) 192.168.1.69/24              ethernet up 1500  90:A4:DE:EF:C0:70
 +wlan0 (wlan0) fe80::92a4:deff:feef:c070/64 ethernet up 1500  90:A4:DE:EF:C0:70
 +
 +**************************ROUTES**************************
 +DST/MASK                      DEV   METRIC GATEWAY
 +192.168.1.0/24                wlan0 9
 +0.0.0.0/                    wlan0 0      192.168.1.1
 +::1/128                       lo    0
 +fe80::92a4:deff:feef:c070/128 lo    0
 +fe80::/64                     wlan0 256
 +ff00::/                     wlan0 256
 +</code>
  
nmap/print_host_interfaces_and_routes.1575198393.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki