An open API service indexing awesome lists of open source software.

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.

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).