You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shaswata56
7b07a90fc1
|
4 years ago | |
---|---|---|
.. | ||
main.cxx | 4 years ago | |
main.hxx | 4 years ago | |
makefile | 4 years ago | |
msvsharelevelcli.cxx | 4 years ago | |
msvsharelevelcli.hxx | 4 years ago | |
msvsharelevelsrv.cxx | 4 years ago | |
msvsharelevelsrv.hxx | 4 years ago | |
precomp.hxx | 4 years ago | |
readme.txt | 4 years ago | |
sources | 4 years ago | |
suppcred.cmd | 4 years ago | |
test.cmd | 4 years ago |
readme.txt
share level can use subauth by supplying
NtLmAuthenticateMessage->ParameterControl with MSV1_0_SUBAUTHENTICATION_FLAGS
new way of subauth (instead of MSV1_0_LM20_LOGON)
struct _MSV1_0_SUBAUTH_LOGON{
MSV1_0_LOGON_SUBMIT_TYPE MessageType;
UNICODE_STRING LogonDomainName;
UNICODE_STRING UserName;
UNICODE_STRING Workstation;
UCHAR ChallengeToClient[MSV1_0_CHALLENGE_LENGTH];
STRING AuthenticationInfo1;
STRING AuthenticationInfo2;
ULONG ParameterControl;
ULONG SubAuthPackageId;
} MSV1_0_SUBAUTH_LOGON, * PMSV1_0_SUBAUTH_LOGON;