Skip to main content

Overview

CVE-2020-1472. Vulnerability in Netlogon protocol. Reset DC machine account password to empty → DCSync all hashes. Critical severity.
This attack changes the DC machine account password. Can break domain replication. Always restore original hash after exploitation.

Check Vulnerability


Exploit

Set Password to Empty

DCSync with Empty Password


Restore Machine Account Password

Get Original Hash First (From DCSync Output)

Restore

Alternative — secretsdump to Get Hex

restorepassword.py -hexpass needs the hex-encoded plaintext machine password, which only comes from a local registry/LSA secrets dump ($MACHINE.ACC). A DCSync (-just-dc-user) returns only the NT hash, which -hexpass cannot use. Run a full secrets dump (no -just-dc* flags):

Post-Exploitation

After DCSync:

Quick Reference