Tool 70: Scan UDP (EthIp spoof)
Description:
This tool checks if several UDP ports are open on host.
This tool sends an UDP packet to a computer. If host permits UDP, it
will send back an ICMP error (if port is closed), or send back nothing
(if port is open). So, it's important to understand UDP port has to be
closed for computer to return something.
This tool also permits to use fake Ethernet and IP addresses.
This tool may need to be run with admin privilege in order to sniff
and spoof.
Synonyms:
nmap
Usage:
netwox 70 -i ips -p ports [-d device] [-E eth] [-I ip] [-m uint32] [-M uint32] [-u|+u] [-n uint32]
Parameters:
parameter |
description |
example |
-i|--ips ips |
list/range of IP addresses |
1.2.3.4,5.6.7.8 |
-p|--ports ports |
list/range of port number |
all |
-d|--device device |
device name |
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 |
-m|--min-ms uint32 |
min millisecond delay between packets |
0 |
-M|--max-ms uint32 |
max millisecond wait for answers |
5000 |
-u|--disp-useful|+u|--no-disp-useful |
only display useful info |
|
-n|--numtargets uint32 |
number of simultaneous targets |
20 |
Examples:
netwox 70 -i "1.2.3.4,5.6.7.8" -p "all"
netwox 70 --ips "1.2.3.4,5.6.7.8" --ports "all"