Skip to content

Releases: RedTeamPentesting/adauth

v0.3.0

05 May 14:11
Compare
Choose a tag to compare
  • Fixed issues with AES-key-based Kerberos authentication for accounts whose password was changed
  • Fixed Kerberos dialer not being used for smbauth
  • Use specified domain for LDAP NTLM authentication instead of the target-supplied domain to improve compatibility with the LDAP SOCKS server of Impacket's ntlmrelayx.py example
  • Removed credentials.Keytab() since it is not reliable due to potential KVNO mismatches and it is not used in adauth anymore

v0.2.2

15 Apr 12:48
Compare
Choose a tag to compare

v0.2.1

15 Apr 09:37
Compare
Choose a tag to compare
  • Overhauled dialer handling
  • Added SOCKS5 dialer helpers
  • Added SOCKS5 options to all examples

v0.2.0

11 Apr 14:43
Compare
Choose a tag to compare
  • Added smbauth (thanks @bryanmcnulty)
  • Added custom dialer support for LDAP

v0.1.1

17 Mar 12:53
Compare
Choose a tag to compare
  • ldapauth: Added support for custom Kerebros dialer
  • Fixed compatibility with go-msrpc
  • Adjusted behavior of target.UseKerberos in conjunction with client certificates

v0.1.0

19 Feb 11:40
Compare
Choose a tag to compare

This is the initial release of the Active Directory authentication library adauth. In addition to the library's core functionality -- handling of authentication options -- it already includes authentication helpers for DCERPC and LDAP as well as implementations for the Kerberos PKINIT extension, UnPAC-the-Hash, the othername SAN extension for UPNs and CCache initialization and serialization.

Warning: Please note that this library's API is not yet stable as of v0.1.0. This means that the library may experience breaking changes between minor versions.