Skip to content

Commit c26f64d

Browse files
committed
v2.5.0, Merge branch 'AlexLinov-feat/ntlm-pth' into main
2 parents 54a7d26 + 9d0cce0 commit c26f64d

10 files changed

Lines changed: 1334 additions & 200 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.5.0 - 2026-08-12
4+
5+
This version implements one PR ([#41](https://github.com/g0h4n/RustHound-CE/pull/41)) with the following changes:
6+
7+
- Add NTLM pass-the-hash (PtH) authentication support. An NT hash can now be supplied instead of a password, encoded into a credential string that triggers pass-the-hash in the `sspi` crate's NTLM implementation. Thanks [@AlexLinov](https://github.com/AlexLinov)!
8+
- Accept NT hashes in plain (`NTHASH`), empty-LM (`:NTHASH`), and full (`LMHASH:NTHASH`) formats, matching the conventions used by tools like impacket and netexec
9+
- Validate that the NT hash is exactly 32 hexadecimal characters before use
10+
311
## 2.4.92 - 2026-08-03
412

513
This version implements two PRs ([#37](https://github.com/g0h4n/RustHound-CE/pull/37), [#38](https://github.com/g0h4n/RustHound-CE/pull/38)) with the following changes:

0 commit comments

Comments
 (0)