EvilZone

Programming and Scripting => Beginner's Corner => : MSallam January 05, 2015, 06:50:07 PM

: question?
: 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 ?
: Re: question?
: HTH January 05, 2015, 09:12:30 PM
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 :)

: Re: question?
: MSallam January 06, 2015, 10:48:12 AM
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  :)
: Re: question?
: SprawlUlfr January 31, 2015, 08:46:15 AM
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.