Tool 6: Display how to reach an IP address

Description:

  This tool displays source and destination addresses used to reach a
  remote computer.
  It shows:
   - associated device
   - local/source IP address
   - IP address of host to reach
   - local/source Ethernet address
   - destination Ethernet address (address of gateway/router if computer
     is not on the local Ethernet LAN)
  
  This tool may need to be run with admin privilege in order to sniff
  and spoof (for Ethernet addresses resolving).
   

Synonyms:

  device, gateway, ip4, ip6, mac, router

Usage:

  netwox 6 [-t|+t] [-d|+d] [-i|+i] [-I|+I] [-e|+e] [-E|+E] -q ip

Parameters:

parameter description example
-t|--title|+t|--no-title display titles  
-d|--device|+d|--no-device obtain device  
-i|--src-ip|+i|--no-src-ip obtain source IP  
-I|--dst-ip|+I|--no-dst-ip display destination IP  
-e|--src-eth|+e|--no-src-eth obtain source Eth  
-E|--dst-eth|+E|--no-dst-eth obtain destination Eth  
-q|--ip ip IP address 192.168.100.200

Examples:

  netwox 6 -q "192.168.100.200"

  netwox 6 --ip "192.168.100.200"