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

Security detection support #42

Merged
merged 7 commits into from
Aug 4, 2024
Merged

Security detection support #42

merged 7 commits into from
Aug 4, 2024

Conversation

TypicalAM
Copy link
Owner

@TypicalAM TypicalAM commented Aug 4, 2024

Added

  • AccessPoint now has methods to determine which security standards are supported, or if the network can be decrypted at all. Our decryption supports only WPA2-Personal with CCMP and TKIP for unicast traffic and only CCMP for group traffic - solves Detect TKIP and not support it #36
  • Access points now also detect which security standard was used while connecting, for example in situations where the AP uses both WPA2-PSK and WPA3-SAE we are able to tell which client uses which feature.
  • Detecting protected management frames for a client by the used standard (WPA3 enforces PMF) or noticing frames directed at a certain client

@TypicalAM TypicalAM merged commit 9bf919b into main Aug 4, 2024
@TypicalAM TypicalAM deleted the feature/ap-support-detection branch August 4, 2024 18:28
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

Successfully merging this pull request may close these issues.

1 participant