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.
  
  This tool may need to be run with admin privilege in order to spoof.
   

Usage:

  netwox 80 -e eth -i ip [-d device] [-E eth] [-I ip] [-s uint32]

Parameters:

parameter description example
-e|--eth eth ethernet address E0:69:95:6F:ED:9A
-i|--ip ip IP address 192.168.100.200
-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 "E0:69:95:6F:ED:9A" -i "192.168.100.200"

  netwox 80 --eth "E0:69:95:6F:ED:9A" --ip "192.168.100.200"