Skip to content

Conversation

@4elta
Copy link

@4elta 4elta commented Jul 23, 2025

  • check for random user: it's a check whether guest access is enabled
  • check for NT hash: it's a check whether NTLM authentication (via NT hash) is allowed
  • distinguish between "NT hash" and "NTLM"
  • capitalize "NTLM" (used to be "nthash")
  • check for user session: it's a check whether password authentication is allowed
  • capitalize "Kerberos"

- check for random user: it's a check whether guest access is enabled
- check for NT hash: it's a check whether NTLM authentication (via NT hash) is allowed
- distinguish between "NT hash" and "NTLM"
- capitalize "NTLM" (used to be "nthash")
- check for user session: it's a check whether password authentication is allowed
- capitalize "Kerberos"
@cddmp cddmp merged commit b4289f6 into cddmp:master Jul 24, 2025
@4elta 4elta deleted the authentication branch July 31, 2025 07:20
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.

2 participants