LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

impacket-secretsdump

extracts credentials from Windows systems via SAM, LSA secrets, cached

TLDR

Dump secrets from domain controller
$ impacket-secretsdump [domain]/[user]:[password]@[target]
copy
Dump using NTLM hash
$ impacket-secretsdump -hashes :[hash] [domain]/[user]@[target]
copy
Dump from local SAM file
$ impacket-secretsdump -sam [SAM] -system [SYSTEM] LOCAL
copy
Dump NTDS.dit
$ impacket-secretsdump -ntds [ntds.dit] -system [SYSTEM] LOCAL
copy
Just DCSync (no registry)
$ impacket-secretsdump -just-dc [domain]/[user]:[password]@[dc]
copy

SYNOPSIS

impacket-secretsdump [options] target

DESCRIPTION

impacket-secretsdump extracts credentials from Windows systems via SAM, LSA secrets, cached credentials, and NTDS.dit. Part of the Impacket toolkit. Supports DCSync for domain controllers. For authorized penetration testing and security assessments only.

PARAMETERS

-hashes lm:nt

Use NTLM hashes.
-sam file
Local SAM file.
-system file
Local SYSTEM hive.
-ntds file
NTDS.dit file.
-just-dc
Extract only NTDS.dit data via DCSync.
-just-dc-ntlm
Extract only NTLM hashes.
-k
Use Kerberos authentication.

INSTALL

sudo pacman -S impacket
copy

CAVEATS

Highly sensitive operation. Requires administrator/domain admin access. For authorized security testing only.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid