-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
UAC Bypass via IDiagnosticProfile COM Interface #130
Comments
Hello, what is the availability of this IDiagnosticProfile COM interface? |
It presents starting from Windows 7 and the latest version I got is Win10 build 19041 which is also having it. |
Do you have proper definition of IDiagnosticProfile interface for all versions starting from win7 up to win11? Does it changes between versions? I did checked it against 7601 and 17763 and they are seems the same. |
Sorry, I dont have definitions nor knowledge/experience in that thing, but I will try to dig in a bit. |
I will add this method in the next version, but this could take some time as I don't have any free time for this now. Thanks for your contribution. You can check the interface layout using IDA, this interface is in diagcpl dll I believe. |
Thanks for the hint, I will try it. |
This is method 75. It is not a final version and mainly untested. You need properly compiled dlls for akagi to be able to test this method, follow instruction in readme.md, without properly integrated dll this method won't work. |
Implemented in b0855e2 |
How did you get this compiled in windows 10 |
Hi, I come across this: https://github.com/Wh04m1001/IDiagnosticProfileUAC
Seems like a new method to move arbitrary file as Administrator via SaveDirectoryAsCab method of IDiagnosticProfile. Which is interesting bc majority of UAC bypasses uses IFileOperation\ISecurityEditor.
The second part is also new, it uses wow64log.dll and Edge. Take a look.
The text was updated successfully, but these errors were encountered: