AES-REP Roasting
Last updated
Last updated
AS-REP Roasting is a technique to exploit misconfigured Kerberos authentication in Active Directory. It targets user accounts with "Do not require Kerberos pre-authentication" enabled, allowing attackers to request encrypted Ticket Granting Tickets (TGTs) for offline cracking. This can reveal plaintext passwords if weak encryption is used. It's a common attack for privilege escalation in AD environments.
AES-REP without credentials
AES-REP with credentials of user frishta in domain cube.com and output file is hashes
if u have a list of users Kerbrute can also be used to username bruteforce
crack the hash using
Kerbrute
Rubeus
check .Net version on the target system
open .sln file with visual studio and
right click on project and then select properties
Then select the .Net frame work version accordingly to the target machine
go to configuration manager
selct release
close it and select build solution
thats it the .exe file be built according to the .Net version
Now transfer rubeus.exe to the target and run the following command use nowrap so that u dont run into unwanted spaces and new lines
Download the Zip file
Or if u wanna directly get .exe u can get it from here but may get compatibility issue if .Net version doesnt match