Update spoof.py

This commit is contained in:
Nikolaos Kamarinakis 2017-01-01 22:41:32 +02:00 committed by GitHub
parent 2b661805da
commit 3a37cab65f
1 changed files with 0 additions and 1 deletions

View File

@ -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