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

Added unquoted service path search #18

Closed
wants to merge 3 commits into from
Closed

Conversation

Raikia
Copy link

@Raikia Raikia commented Jan 2, 2020

I added a check for unquoted service paths since that's what I most commonly see. It only reports the vulnerable service if one of the hijackable locations are able to have a file written to them. To determine the difference between a CreateFile and CreateDirectory, I had to modify the CheckModifiableAccess function and provide an overloaded function to only check for file-level access. This avoids the false positives that PowerUp used to report on the permission to make a folder in the C:\ drive.

Let me know if you have any questions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant