https://github.com/foxforensics/hashdump
Dump password hashes and records from an offline Active Directory database.
https://github.com/foxforensics/hashdump
active-directory cleartext computers dump extract forensics forensics-tools go groups hashes lm-hashes nt-hashes ntds ntlm secrets secretsdump tools users
Last synced: 1 day ago
JSON representation
Dump password hashes and records from an offline Active Directory database.
- Host: GitHub
- URL: https://github.com/foxforensics/hashdump
- Owner: foxforensics
- License: mit
- Created: 2026-03-31T20:02:17.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-17T23:58:26.000Z (2 days ago)
- Last Synced: 2026-06-18T00:05:49.350Z (2 days ago)
- Topics: active-directory, cleartext, computers, dump, extract, forensics, forensics-tools, go, groups, hashes, lm-hashes, nt-hashes, ntds, ntlm, secrets, secretsdump, tools, users
- Language: Go
- Homepage: https://pkg.go.dev/go.foxforensics.eu/hashdump
- Size: 2.19 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hashdump
Dump password hashes and records from an offline Active Directory database.
```console
go install go.foxforensics.eu/hashdump@latest
```
## Usage
```console
$ hashdump [-ugc] NTDS SYSTEM
```
### Options
* `-u` Dump all users
* `-g` Dump all groups
* `-c` Dump all computers
## License
Released under the [MIT License](LICENSE.md).