-->
Page 1 of 3

Deauthentication packets

PostPosted: Tue Oct 27, 2015 4:36 pm
by zioax
Hi guys! Is it possible to send deauth packets? Could be used to jam WIFI routers.... nasty!

Re: Deauthentication packets

PostPosted: Tue Oct 27, 2015 6:55 pm
by kolban
For those (like me) who have no idea what a deauthentication packet might be ...

https://en.wikipedia.org/wiki/Network_i ... .29_attack

Re: Deauthentication packets

PostPosted: Fri Oct 30, 2015 7:19 am
by jead
Hello zioax,

To send deauth packets, you need send 802.11 raw packets.
In SDK 1.4.0 there is a function called "wifi_send_pkt_freedom". Maybe this help you. I tried use this function, but no sucess. It always is returning -1 (fail status). Does anyone have any example code (that works) using this function to share with us?

Thank you.

Re: Deauthentication packets

PostPosted: Thu Jan 14, 2016 11:29 am
by zioax
Update:
Just found this which should have the same effect :D
https://github.com/kripthor/WiFiBeaconJ ... conJam.ino