Skip to content

Releases: jfjallid/go-secdump

v0.3.0

21 Jul 13:42
ac61e93
Compare
Choose a tag to compare

Added support for Kerberos authentication.
It is now possible to authenticate with Kerberos using:

  • username + password
  • username + NT Hash
  • username + AES Key
  • cached credentials on Linux (TGS or TGT in .ccache file)

v0.2.1

13 Dec 19:00
Compare
Choose a tag to compare

Added support to run individual dump operations instead of always dumping everything.
Added support for taking a disk backup of the DACLs before modifying them and manually restoring DACLs from backup using two new arguments --backup-dacl and --restore-dacl
Updated handling of how the dumped secrets are displayed to optionally write them to an output file instead of stdout.

v0.2.0

10 Dec 21:20
Compare
Choose a tag to compare

Updated version of go-smb library to add support for NTLM relaying and to establish connection via an upstream SOCKS5 proxy

v0.1.3

24 Nov 10:19
Compare
Choose a tag to compare

Fixed problems dumping NT hashes on certain systems where the decryption process was incorrect.
Fixed problem dumping certain large DCC2 caches by updating the SMB library to a newer version.