Tool 3: Display information about an IP address or a hostname
  
  Description:
   
  This tool obtains addresses of a computer.
  For example, from an IP address, obtain hostname and Ethernet address.
  For example, from a hostname, obtain IP address and Ethernet address.
  
  Parameter --title displays title in front of each result.
  Parameter --ip displays IP address.
  Parameter --host displays main hostname.
  Parameter --hosts displays list of hostnames (one IP address can have
  several hostnames).
  Parameter --eth displays Ethernet address.
  If no option (ip, host, hosts, eth) is set, they are all displayed.
  Parameter --all displays information about a list of addresses (for
  example 'netwox 3 -a 192.168.0.0/24').
  
  This tool may need to be run with admin privilege in order to sniff
  and spoof (for Ethernet addresses resolving).
   
  Synonyms:
    ethernet, ip4, ip6, mac, resolve, show
  Usage:
    netwox 3 -q hostname [-t|+t] [-i|+i] [-h|+h] [-H|+H] [-e|+e] [-a|+a]
  Parameters:
 
  | parameter | description | example | 
 | -q|--query hostname | IP address or hostname | www.example.com | 
| -t|--title|+t|--no-title | display titles |  | 
| -i|--ip|+i|--no-ip | obtain IP address |  | 
| -h|--host|+h|--no-host | obtain hostname |  | 
| -H|--hosts|+H|--no-hosts | obtain hostnames |  | 
| -e|--eth|+e|--no-eth | obtain Ethernet address |  | 
| -a|--all|+a|--no-all | display all IP addresses |  | 
  Examples:
    netwox 3 -q "www.example.com"
    netwox 3 --query "www.example.com"