-
Notifications
You must be signed in to change notification settings - Fork 19
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
Userspace wifi frame crafting #5
Comments
Yes, see https://github.com/br101/libuwifi/blob/master/core/inject.c So far it only contains the two packet types I needed. Contributions welcome ;) |
Oh, hadn't noticed it. Will look into it when I have some spare time (around July/August). Thanks! |
Hallo @br101, Now it has |
Well, i have just implemented what I needed at the time. A separate function for each frame type will result in a lot of functions, so if you have a better idea, please go for it... :) |
Exactly, current structure will result in lot of functions for each frame type. |
@warlock20: I am curious to what you will implement. Any chance to get an EAP access point working? |
@redfast00 Haven't tried.. What you want to achieve? |
It would be really cool to be able to set up a rogue EAP access point to obtain hashes (like mana-hostapd but on an ESP8266). |
@redfast00 First I need to work on this and other features and I never used ESP8266 before. You can start the working and we will see.. :-) |
please note that frame injection does not work on esp8266 yet (but possible to do afaik) |
Hi, ESP8266 can send (almost) arbitrary packets. I am trying to implement EAP on an ESP8266, and I am looking for a library that makes it easy to craft 802.11 packets. I noticed there is no support for making packets (I think). Is making 802.11 packets in scope of this project?
The text was updated successfully, but these errors were encountered: