RE: WiFi EMP - Disconnect all clients from WiFi 05-01-2016, 09:54 PM
#14
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/009249...918cf73da8
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/009249...918cf73da8