Tool 62: Traceroute UDP (EthIp spoof)
Description:
This tool lists routers on the path to a computer. To achieve this,
packets have their TTL (Time To Live) slowly increased. If TTL reaches
0 in transit, the corresponding router sends back an ICMP error.
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.
Usage:
netwox 62 -i ip [-d device] [-E eth] [-e eth] [-I ip] [-p port] [-t uint32] [-m uint32]
Parameters:
parameter |
description |
example |
-i|--dst-ip ip |
destination IP address |
5.6.7.8 |
-d|--device device |
device name |
Eth0 |
-E|--src-eth eth |
source ethernet address |
0:a:a:a:a:a |
-e|--dst-eth eth |
destination ethernet address |
0:b:b:b:b:b |
-I|--src-ip ip |
source IP address |
1.2.3.4 |
-p|--dst-port port |
destination port number |
80 |
-t|--max-ttl uint32 |
max ttl |
30 |
-m|--max-ms uint32 |
max millisecond wait |
0 |
Examples:
netwox 62 -i "5.6.7.8"
netwox 62 --dst-ip "5.6.7.8"