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

Can't capture hashes #6

Open
jsevilleja opened this issue Nov 1, 2016 · 3 comments
Open

Can't capture hashes #6

jsevilleja opened this issue Nov 1, 2016 · 3 comments
Assignees
Labels

Comments

@jsevilleja
Copy link

Hi,

when trying the latest commit, I get the identity of the user which is connecting, but not its challenge/response hash. I can get this information with hostapd-wpe or an old commit of hostapd-mana (can't remember which one, but I know that its configuration was still using "karma" instead of "mana" for enabling the karma attacks). What am I missing / what should I do to get this behaviour again? Thanks.

@singe
Copy link
Contributor

singe commented Nov 2, 2016

Would you be open to sharing the output, pcaps and your config with me to try debug?

@jsevilleja
Copy link
Author

jsevilleja commented Nov 2, 2016

No problem. However, I've edited the output to eliminate the networks I don't own.

The configuration I use on the phone is:

ssid -> eduroam
peap with mschapv2

hostapd-mana.zip

@singe singe self-assigned this May 21, 2018
@singe singe added the question label May 21, 2018
@singe
Copy link
Contributor

singe commented Aug 21, 2018

Ok, what it looks like is happening is hostapd can't negotiate PEAP based on the config in your hostapd.eap_user file. You can see it in the output from hostapd's output in:

wlan0: STA 64:bc:0c:29:ed:d2 IEEE 802.1X: authentication failed - EAP type: 0 ((null))
wlan0: STA 64:bc:0c:29:ed:d2 IEEE 802.1X: Supplicant used different EAP type: 25 (PEAP)

Can you try the latest version of hostapd-mana (you'll need to change your config a little ala https://github.com/sensepost/hostapd-mana/wiki/MANA-EAP-Options-(aka-WPE)) Can you also post your hostapd.eap_user file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants