Update kickthemout.py, scan.py, spoof.py

This commit is contained in:
k4m4 2017-01-03 00:48:39 +02:00
parent 89e3943cfa
commit d89627ab80
3 changed files with 4 additions and 8 deletions

View file

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