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

Implement a cleanup function for MockDirUACBypass #3

Open
matterpreter opened this issue Feb 23, 2019 · 1 comment
Open

Implement a cleanup function for MockDirUACBypass #3

matterpreter opened this issue Feb 23, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@matterpreter
Copy link
Owner

When a user deletes the mock directory C:\Windows \System32\, Windows will attempt to delete the real System32. Need to implement a cleanup function to do this as an argument. This can likely be done with kernel32!RemoveDirectory, but will require a few other steps as the directory must be emptied prior to deletion.

@matterpreter matterpreter added the enhancement New feature or request label Feb 23, 2019
@matterpreter
Copy link
Owner Author

Addressed in d82b26e but needs further testing

@matterpreter matterpreter self-assigned this May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant