EvilZone
Programming and Scripting => Beginner's Corner => : MSallam January 05, 2015, 06:50:07 PM
-
hello guys , i am asking if it is possible to create wifi jammer (sends deauthentication packets ) using c++ ?and if it possible is there any idea about the code ?
-
It is in fact possible, you should look into RAW Sockets.
I do not have any code, but if you are capable of using raw sockets corectly you wont need any example code :)
-
It is in fact possible, you should look into RAW Sockets.
I do not have any code, but if you are capable of using raw sockets corectly you wont need any example code :)
\
okay i will try the Raw sockets and post the results of this trial
Thank you :)
-
This also interests me, so I found a link that might help.... maybe...
https://github.com/DanMcInerney/wifijammer
I have NO CLUE if this is what you're looking for but I truly hope it helps.