Releases: RedTeamPentesting/adauth
Releases · RedTeamPentesting/adauth
v0.3.0
- 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 inadauth
anymore
v0.2.2
- ldapauth: Fix incompatibility with newer versions of https://github.dev/go-ldap/ldap
- ldapauth: Fix issues with ntlmrelayx.py's LDAP SOCKS5 server
v0.2.1
- Overhauled dialer handling
- Added SOCKS5 dialer helpers
- Added SOCKS5 options to all examples
v0.2.0
- Added
smbauth
(thanks @bryanmcnulty) - Added custom dialer support for LDAP
v0.1.1
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
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.