We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just found out that nuclei is able to do kerberoasting, but I can't find any documentation about ASREProasting
https://docs.projectdiscovery.io/templates/protocols/javascript/modules/ldap.Client#getaduserkerberoastable
The text was updated successfully, but these errors were encountered:
Based on this blog, it looks like we can add something like this in https://github.com/projectdiscovery/nuclei/blob/dev/pkg/js/libs/ldap/adenum.go
func (c *Client) GetADUserAsreproastable() []ADObject { return c.FindADObjects(JoinFilters(FilterIsPerson, FilterAccountEnabled, FilterDontRequirePreauth)) }
If possible, may I open a pull request for this issue?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I just found out that nuclei is able to do kerberoasting, but I can't find any documentation about ASREProasting
https://docs.projectdiscovery.io/templates/protocols/javascript/modules/ldap.Client#getaduserkerberoastable
The text was updated successfully, but these errors were encountered: