This tool sends a fake packet on the network. Each parameter name should be self explaining.
parameter | description | example |
-d|--device device | device for spoof | Eth0 |
-a|--eth-src eth | Ethernet src | 0:1:1:1:1:1 |
-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 | 0:1:1:1:1:1 |
-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 |