Open AppLeU0 opened 7 years ago
Hello! Is there a way to send deauth packet?
00 - 01 has 0xC0 0x00 not 0xC0 0xA0
An actually it should be 0x00 0x0A for a disassociate frame and then set 25 to 0x06 ...6 is: Frame Received from Unauthenticated STA
So is it possible or not? do we get "unsupport frame type" here?
@sst2001 Of course It is unsupport, In other words, you can not send some type frames.
Thank you for your reply, is there a reason for that? why would you limit to certain frame tymes only? if you are concerned about security than DDOS can happen with beacon frame only, same with others etc. It is like a knife company cannot sell knives due to security, but the knife has good and bad usages...
Also, if an attacker wants to do it, he has his ways to do it even if you unsupport certain frames...
Please explain.
Thank you.
This restriction is implemented directly in ESP-IDF. There is a project that bypassed this restriction in https://github.com/GANESH-ICMC/esp32-deauther
can't send other type frame.I try send beacon,it's ok. But i try other type, deauth frame's fun return value is -2. wireshark can't find deauth packet and wifi doesn't reconnect.
my code: