diff --git a/spoof.py b/spoof.py index f5aafb3..829fa8e 100644 --- a/spoof.py +++ b/spoof.py @@ -17,7 +17,6 @@ from scapy.all import ( sendp ) - def sendPacket(my_mac, gateway_ip, target_ip, target_mac): ether = Ether() ether.src = my_mac