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

Issue with bypassuac/duplicate/getsystem #1

Open
n00py opened this issue Jan 28, 2020 · 2 comments
Open

Issue with bypassuac/duplicate/getsystem #1

n00py opened this issue Jan 28, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@n00py
Copy link
Owner

n00py commented Jan 28, 2020

There is a bug that is preventing all of these modules from working. They rely on supplying the path to the binary into the command using os.Args[0].

This used to return the full path to the binary, however in the current build it is returning just the filename, causing the command to fail as the file is not found.

@n00py
Copy link
Owner Author

n00py commented Jan 30, 2020

These should be fixed. BypassUAC is known to be broken if the username has a space in it, but that's uncommon.

@n00py
Copy link
Owner Author

n00py commented Jan 30, 2020

The persistence modules are likely still broken, however.

@n00py n00py self-assigned this Jan 30, 2020
@n00py n00py added the bug Something isn't working label Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant