Create spoof.py

Update
This commit is contained in:
JAYTEE219 2022-11-12 01:47:17 +01:00 committed by GitHub
parent 861aea2102
commit 5981b071b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,6 @@ def sendPacket(my_mac, gateway_ip, target_ip, target_mac):
def broadcastPacket():
packet = ether / arp
sendp(x=packet, verbose=False)
sendp(x=packet, verbose=True)
broadcastPacket()