Skip to content

Commit b057174

Browse files
Update MsTelnetServer_NTLM_Guest.txt
1 parent b366e9e commit b057174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MsTelnetServer_NTLM_Guest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ LM/NTLM responses, domain, username, workstation, and session key fields, combin
4747
with NEGOTIATE_ANONYMOUS and NEGOTIATE_NTLM flags (0x00000A01). This message,
4848
generated by the client in security.c's DoNTLMAuth function (used by telnetguest.exe),
4949
is accepted, mapping to the Guest account SID, bypassing the Guest login restriction
50-
enforced in session.cpp's ParseAndValidateAccount. Post-authentication, session.cpp's
50+
enforced in iohandlr.cpp's ParseAndValidateAccount. Post-authentication, session.cpp's
5151
CheckGroupMembership function requires the account to be in the TelnetClients group
5252
for session authorization; otherwise, access is denied. If the Guest account is in
5353
the TelnetClients group, the session proceeds to terminal negotiation, but may fail

0 commit comments

Comments
 (0)