Author Topic: question?  (Read 446 times)

0 Members and 1 Guest are viewing this topic.

Offline MSallam

  • /dev/null
  • *
  • Posts: 12
  • Cookies: 5
  • Electronics & Communication Engineering
    • View Profile
question?
« on: 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 ?

Offline HTH

  • Official EZ Slut
  • Administrator
  • Knight
  • *
  • Posts: 395
  • Cookies: 158
  • EZ Titan
    • View Profile
Re: question?
« Reply #1 on: 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 :)

<ande> HTH is love, HTH is life
<TurboBorland> hth is the only person on this server I can say would successfully spitefuck peoples women

Offline MSallam

  • /dev/null
  • *
  • Posts: 12
  • Cookies: 5
  • Electronics & Communication Engineering
    • View Profile
Re: question?
« Reply #2 on: 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  :)

Offline SprawlUlfr

  • /dev/null
  • *
  • Posts: 10
  • Cookies: 3
  • woof.
    • View Profile
Re: question?
« Reply #3 on: 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.