mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-07-15 14:09:03 +02:00
Merge branch 'develop' of https://github.com/k4m4/kickthemout into develop
This commit is contained in:
commit
533262bc03
1 changed files with 1 additions and 1 deletions
2
spoof.py
2
spoof.py
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue