Skip to content
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

Feature Request: Return "Success" #90

Open
kaiseranton opened this issue Jun 27, 2019 · 1 comment
Open

Feature Request: Return "Success" #90

kaiseranton opened this issue Jun 27, 2019 · 1 comment

Comments

@kaiseranton
Copy link

Hey,
my idea is, that when i start the AP, everyone's credentials get accepted. Maybe we can also add the captive portal or the user is just in my network. The point is, i can get the credentials AND the user wont see directly that there is something wrong.
Like now, he see directly: "huh my username and password is not longer valid?"

PS: Thanks for your awesome script! Works perfectly on my debian 9 :)

@s0lst1c3
Copy link
Owner

s0lst1c3 commented Jul 5, 2019

Hi @kaiseranton,

It sounds like what you're describing is patching hostapd to always return "Success" at the end of the authentication process. That's definitely something that's on the horizon in terms of upcoming features, but isn't implemented yet. Both hostapd-wpe and hostapd-mana support this behavior though, so if you really need this functionality I'd check them out.

Keep in mind though that this technique is only possible when the client and server agree on an EAP method that does not support mutual authentication. At this time, the majority of the supplicants that you'll run into in the wild will want to use MSCHAPv2, which requires that the server authenticate itself to the client at the end of the authentication process (therefore preventing this technique from succeeding).

Regardless, I'll turn this into a formal feature request.

@s0lst1c3 s0lst1c3 changed the title Feature Request: WPA2 Enterprise, allow everyone Feature Request: Return "Success" Jul 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants