-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Kerberoasting without pre-authentication and ST request through AS-REQ #1413
Support for Kerberoasting without pre-authentication and ST request through AS-REQ #1413
Conversation
In this implementation, |
@anadrianmanrique any news here? |
Hello, this seems to be a nice improvement for kerbroasting! |
should be good to go now |
test are failing: |
my bad... fixed now, pipeline ends successfully |
Have you summited any changes? I've been requested to review changes but I don't see any new |
Indeed, the changes were not pushed for some reason, probably a layer 8 issue |
no worries, I'll start the testing process |
@0xe7 published some research on how Service Tickets can be requested through AS-REQs. This, among other things, allows for Kerberoasting attacks through an unauthenticated position by relying on a user configured without pre-authentication.
The "Kerberoasting without pre-authentication" process goes as follows:
I also modified getTGT.py and the kerberosv5.py lib to allow getTGT to be used to request service tickets.
The Hacker Recipes : https://www.thehacker.recipes/ad/movement/kerberos/kerberoast#kerberoast-w-o-pre-authentication