Skip to content
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

JS module to do ASREProasting #4989

Closed
daffainfo opened this issue Apr 4, 2024 · 1 comment · Fixed by #4990
Closed

JS module to do ASREProasting #4989

daffainfo opened this issue Apr 4, 2024 · 1 comment · Fixed by #4990
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Milestone

Comments

@daffainfo
Copy link
Contributor

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

@daffainfo daffainfo added the Type: Enhancement Most issues will probably ask for additions or changes. label Apr 4, 2024
@daffainfo
Copy link
Contributor Author

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?

@tarunKoyalwar tarunKoyalwar linked a pull request Apr 4, 2024 that will close this issue
4 tasks
@ehsandeep ehsandeep added this to the nuclei v3.2.3 milestone Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants