Skip to content

Releases: Retr0-code/hash-dumper

Small patch

07 Nov 21:08
Compare
Choose a tag to compare

What's new?

To get more info checkout #25

  • Added doxygen comments to headers;
  • Small refactoring;
  • New CMakeLists.txt;

Build

Windows

x32:

  • Compiler: MSVC 14.32.31326
  • OpenSSL 3.0.1 static (with legacy provider)
  • MD5: 2AB7D75B40E4E65E547CDE34AA57DFE6
  • SHA1: 0CEC35D5B9219C09725B9C77224160B8D08026CE

x64:

  • Compiler: MSVC 14.32.31326
  • OpenSSL 3.0.1 static (with legacy provider)
  • MD5: 507B7FC67DAD472D256E602B1139808D
  • SHA1: CA61CBC1C26ABF9CDEB9419BA21A660178AC4E86

Linux

x32:

  • Compiler: GCC 9.4.0
  • OpenSSL: 1.1.1f static
  • MD5: 735FB2FFF41FF45EAC4AA3BCE38FE893
  • SHA1: 259D8628B69BC91CB9C764EE106846BB57D6645B

x64:

  • Compiler: GCC 9.4.0
  • OpenSSL: 1.1.1f static
  • MD5: D50092D40FDBD1378813930FCCF09336
  • SHA1: 3FE86022BD4D8D097A46473A3FBED0188C0F4C76

Linux support v1.0.3

01 Nov 22:01
Compare
Choose a tag to compare

Linux support

What's Changed

  • Added linux support;
  • Fixed issues with calculating NTLMv1 hash;

Related Issues

Build

Windows

  • Compiler: MSVC 14.32.31326
  • OpenSSL: 3.0.0 static (with legacy provider)

x64

  • MD5: BE7C9DE2261BE15182DBE15C48379A9C
  • SHA1: DCAB3EA210387211C902401AC19C886DFE27E9D1

x32

  • MD5: 2CA97C9B1A40890F5E0ED4CA391E2819
  • SHA1: 95EC9036482494C04A1FB80BAA3289D20A1DF2A1

Linux

  • Compiler: GCC 9.4.0
  • OpenSSL: 1.1.1f static

x64

  • MD5: C26DB4DEA145E215062799C75DD240E5
  • SHA1: DEB66273A2B4270B5028521F8C6E56264BF89257

x32

  • MD5: 43C8258772E52DE561F82C7E2FBD0439
  • SHA1: 18ED4EBA09CF1F5445DAF6B997EB8E97AC0AF46D

v1.0.2 Optimization

30 Oct 19:09
Compare
Choose a tag to compare

What's Changed

  • Changed NTLMv1/2 decryption algorithm to more optimal.
  • Removed BE hive reading, because of irrelevance.

Builld

  • Compiler: MSVC x64 14.32.31326
  • OpenSSL: 3.0.0 x64 static (with legacy provider)
  • MD5: AEE3F6F2FA33E5E0AB333F3980520C13
  • SHA1: 6A74CA9E4031562A93311E85405C15D508C3610A

Bugfixes v1.0.1

29 Oct 19:32
Compare
Choose a tag to compare

Patches and Linux support

I figured out that Linux GCC and Clang by default use 4-byte wchar_t instead of 2-byte. That couses problems while parsing hives and converting bootkey. Besides that It brakes stdout output.

First release

29 Oct 14:52
Compare
Choose a tag to compare

Fully functional static binary for Windows working with NTLMv1/2
Still working on linux support