Kerberos
Last updated
Was this helpful?
Last updated
Was this helpful?
Kerberos is an authentication mechanism protocol used by LDAP (basically Active Directory) we can test for anonymous LDAP queries binds and enumerate users and can perform other attacks
When LDAP and Kerberos ports are open, it's always a best practice to check for anonymous binds. When anonyomous binds are enabled, we can query information about the users and information about them. Sometimes the sysadmins tend to leave the user's password in their description section which will be a quick win if anonymous binds are enabled
Machine: Cascade -
Try to enumerate user names as much as possible
With the usernames try to generate the usernames with
Once the valid usernames are obtained try to identify the valid usernames with
Once the valid usernames are identified perform ASREPRoasting
With the obtained hash, the password for the user can be obtained by cracking with hashcat / john