Tool 150: Scan ICMP6 Neighbor Discovery

Description:

  This tool checks if several hosts are up.
  This tool sends an ICMP6 Neighbor Discovery request. If host is up, it
  will send back a Neighbor Discovery Reply.
  
  This tool may need to be run with admin privilege in order to sniff
  and spoof.
   

Synonyms:

  nmap

Usage:

  netwox 150 -i ips [-u|+u] [-m uint32] [-M uint32] [-n uint32]

Parameters:

parameter description example
-i|--ips ips list/range of IP addresses fec0::1,fec0::2
-u|--disp-useful|+u|--no-disp-useful only display useful info  
-m|--min-ms uint32 min millisecond delay between packets 0
-M|--max-ms uint32 max millisecond wait for answers 5000
-n|--numtargets uint32 number of simultaneous targets 20

Examples:

  netwox 150 -i "fec0::1,fec0::2"

  netwox 150 --ips "fec0::1,fec0::2"