-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't send deauth tyep frame #6
Comments
Hello! |
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... |
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:
The text was updated successfully, but these errors were encountered: