Tool 80: Periodically send ARP replies
Description:
This tool periodically sends unsolicited ARP replies. It can be used
to corrupt ARP cache of a LAN computer. Then, this computer will start
sending its data to fake computer, instead of real computer.
Usage:
netwox 80 -e eth -i ip [-d device] [-E eth] [-I ip] [-s uint32]
Parameters:
parameter |
description |
example |
-e|--eth eth |
ethernet address |
0:1:1:1:1:1 |
-i|--ip ip |
IP address |
1.1.1.1 |
-d|--device device |
device for spoof |
Eth0 |
-E|--eth-dst eth |
to whom answer |
0:8:9:a:b:c |
-I|--ip-dst ip |
to whom answer |
5.6.7.8 |
-s|--sleep uint32 |
sleep delay in ms |
1000 |
Examples:
netwox 80 -e "0:1:1:1:1:1" -i "1.1.1.1"
netwox 80 --eth "0:1:1:1:1:1" --ip "1.1.1.1"