Skip to content

v4.0

Latest

Choose a tag to compare

@skahwah skahwah released this 02 Apr 16:45
· 1 commit to main since this release
650c0c3
  • 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).
  • Updated README.md
  • Updated Wiki