This tool sends a fake packet on the network. Each parameter name should be self explaining. This tool may need to be run with admin privilege in order to spoof.
parameter | description | example |
-d|--device device | device for spoof | Eth0 |
-a|--eth-src eth | Ethernet src | E0:69:95:6F:ED:9A |
-b|--eth-dst eth | Ethernet dst | 0:8:9:a:b:c |
-c|--eth-type uint32 | Ethernet type : ARP=2054, RARP=32821 | 2054 |
-e|--arp-op uint32 | ARP op : 1=ARPREQ, 2=ARPREP, 3=RARPREQ, 4=RARPREP | 1 |
-f|--arp-ethsrc eth | ARP ethsrc | E0:69:95:6F:ED:9A |
-g|--arp-ipsrc ip | ARP ipsrc | 0.0.0.0 |
-h|--arp-ethdst eth | ARP ethdst | 0:0:0:0:0:0 |
-i|--arp-ipdst ip | ARP ipdst | 0.0.0.0 |