![]() |
WiFi EMP - Disconnect all clients from WiFi - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Network Hacking (https://sinister.ly/Forum-Network-Hacking) +--- Thread: WiFi EMP - Disconnect all clients from WiFi (/Thread-WiFi-EMP-Disconnect-all-clients-from-WiFi) Pages:
1
2
|
RE: WiFi EMP - Disconnect all clients from WiFi - Skullmeat - 04-24-2016 If you have access to a wifi, why would you want to do this? I think it would be more fun to go packet sniffing or use something like driftnet. RE: WiFi EMP - Disconnect all clients from WiFi - Skullmeat - 04-25-2016 (04-25-2016, 12:38 AM)Ayumi Wrote: I don't think you understand this. This is when you're not connected.Ah... Ok. That makes morse sense. My mistake. RE: WiFi EMP - Disconnect all clients from WiFi - MLP - 04-25-2016 usage: ./deauth.py interface bssid client count example: ./death.py wlan0 "ROUTERBSSID" FF:FF:FF:FF:FF:FF 99999 RE: WiFi EMP - Disconnect all clients from WiFi - spjallþráð - 05-01-2016 Very slightly tidied up the code to make it marginally less painful to read. Please don't do 'os.system("clear")', it is a waste of time and usually people prefer to see the output on their display without scrolling up after they exit a program. I left in the final raw_input call, but that could just as easily be changed to a "print". https://gist.github.com/anonymous/00924904070cc501d9c57d918cf73da8 |