Tool 151: Scan ICMP6 Neighbor Discovery (EthIp spoof)
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 also permits to use fake Ethernet and IP addresses.
Synonyms:
nmap
Usage:
netwox 151 -i ips [-d device] [-E eth] [-I ip] [-u|+u] [-m uint32] [-M uint32]
Parameters:
parameter |
description |
example |
-i|--ips ips |
list/range of IP addresses |
1.2.3.4,5.6.7.8 |
-d|--device device |
spoof device |
Eth0 |
-E|--src-eth eth |
source ethernet address |
0:a:a:a:a:a |
-I|--src-ip ip |
source IP address |
1.2.3.4 |
-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 |
Examples:
netwox 151 -i "1.2.3.4,5.6.7.8"
netwox 151 --ips "1.2.3.4,5.6.7.8"