You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added NTLM pass-the-hash authentication provider (/auth:pth). Implements raw TDS/NTLM authentication via PTHTdsConnection, NtlmHelper, and PthState so that all modules work without plaintext credentials or elevated privileges. Key fixes include post-login ANSI session options, multi-packet TDS splitting, TCP flow deadlock handling for concurrent CLR connections, and OPENQUERY bracket notation compatibility.
Bug fixes in impersonation modules.
Bug fixes in adsi modules.
Bug fixes in ole modules.
Bug fixes in _linkedChainRpcQuery
Fixed a long standing issue where System.Byte[] was never properly converted and printed to console.
Added credentialobjectss and proxies modules (jakxx).