From 5981b071b0200369ed37df3c5cb068f511f9da1e Mon Sep 17 00:00:00 2001 From: JAYTEE219 <95479808+JAYTEE219@users.noreply.github.com> Date: Sat, 12 Nov 2022 01:47:17 +0100 Subject: [PATCH] Create spoof.py Update --- spoof.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spoof.py b/spoof.py index 8a8872f..0111368 100644 --- a/spoof.py +++ b/spoof.py @@ -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() \ No newline at end of file + broadcastPacket()