Skip to content

erwan2212/NTDSEXTRACT

Repository files navigation

NTDSEXTRACT

Decrypt NTDS (aka NT Directory Service) active directory hashes for servers up to windows 2012r2 (rc4) and windows 2016 and up (aes).
NTDS uses the Extensible Storage Engine format (aka ESE).

syntax is NTDSEXTRACT 32_hex_chars_syskey path_to_ntds_db

You can dump all necessary files (registry hives and ntds database) with
powershell "ntdsutil.exe 'ac i ntds' 'ifm' 'create full c:\temp' q q"

check the database with esentutl /g ntds.dit and repair it with esentutl /p ntds.dit.

About

NTDSEXTRACT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages