Merge branch 'develop' of https://github.com/k4m4/kickthemout into develop

This commit is contained in:
k4m4 2017-10-05 03:14:03 +03:00
commit 533262bc03

View file

@ -52,7 +52,7 @@ def sendPacket(my_mac, gateway_ip, target_ip, target_mac):
# send malicious ARP packets
def sendDeauthPacket(iface, bssid, client):
conf.verb = 0
conf.iface = 'en0'
conf.iface = iface
def broadcastPacket():
pkt=RadioTap()/Dot11(addr1=client,addr2=bssid,addr3=bssid)/Dot11Deauth()