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

[Question] Anyone know of an EAP library? #9

Open
ByronAP opened this issue Apr 9, 2020 · 9 comments
Open

[Question] Anyone know of an EAP library? #9

ByronAP opened this issue Apr 9, 2020 · 9 comments

Comments

@ByronAP
Copy link

ByronAP commented Apr 9, 2020

Anyone know of an EAP library that can be used with this?

@ByronAP ByronAP changed the title [Question] Any know EAP library? [Question] Anyone know of an EAP library? Apr 9, 2020
@vforteli
Copy link
Owner

vforteli commented Apr 10, 2020 via email

@ByronAP
Copy link
Author

ByronAP commented Apr 10, 2020

by flavor I assume you mean which auth scheme?

@vforteli
Copy link
Owner

vforteli commented Apr 11, 2020 via email

@ByronAP
Copy link
Author

ByronAP commented Apr 11, 2020

I think only a few really would need to be added since most only use a select few like mschapv2, I think md5 is kinda depreciated, etc...

@vforteli
Copy link
Owner

vforteli commented Apr 12, 2020 via email

@ByronAP
Copy link
Author

ByronAP commented Apr 13, 2020

Invoke a plugin :-) like everything else does. I have a guy working on adding it but he may have questions so I refereed him to this thread.

@neals-sudo
Copy link

neals-sudo commented Apr 15, 2020

Hey @vforteli , I am the guy @ByronAP referring to, The biggest issue I had came across is failure to parse all attributes by RadiusPacketParser library even though it has the same secret key, and with a bit of research it seems, it's using PEAP and EAP-TLS in top to be able to access the other attributes like User-Password, those other attributes are crucial to to implement the Mschapv2 handshake.

How would you advise me to do this in an efficient way?

@vforteli
Copy link
Owner

vforteli commented Apr 15, 2020 via email

@ByronAP
Copy link
Author

ByronAP commented Apr 15, 2020

Yeah it's just a lot of reading for us both as we try to figure out the whole flow and back and encryption/decryption properly. It is very cryptic when looking at the actual eap message bytes which I guess is the point and the docs are very scattered and seem to have t o be pieced together to make a working flow from what I have seen.

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

No branches or pull requests

3 participants