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

feat: add linux security #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: add linux security #51

wants to merge 1 commit into from

Conversation

HuMoran
Copy link

@HuMoran HuMoran commented Dec 31, 2021

No description provided.

@Artoria2e5
Copy link

Artoria2e5 commented Mar 11, 2024

I can vouch for this change somewhat: It matches my computer's output for PSK.

Just some notes:

  • The "primary channel" change is bad. It occurs under the "HT" section, which is not guaranteed to exist.
  • The "Authentication suites" line might occur twice, once under the "WPA" section and once under the "RSN" section. The first occurrence would correspond to WPA1, the second corresponds to WPA2 and WPA3. That's an issue with how we extract lines instead of tree-structures, but well... it works for what we have now.
  • I have no idea if it works for 802.1x/EAP. It probably does, considering it also builds on WPA and RSN.
  • It probably does not work for WEP. I don't have a neighbor that uses it (good for them). According to https://stackoverflow.com/a/17880517, it's indicated by a "WEP:" section.

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.

None yet

2 participants