Kudaes / Elevator

UAC bypass by abusing RPC and debug objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial process creation debug event not received

jakemarston opened this issue · comments

I get the following error when running elevator.exe --new-console C:\windows\System32\cmd.exe

[+] Unelevatad notepad.exe process created.
[+] Reference to debug object retrieved.
[+] Debug object successfully detached.
[+] Elevated taskmgr.exe process created.
[+] Initial process creation debug event obtained.
[+] Full access handle obtained.
[x] The new process could not be spawned.

Hi @jakemarston,

The parameters are not position independient. Try running elevator.exe C:\windows\System32\cmd.exe --new-console instead.

The first parameter should always be the command line that you want to execute.

Thanks this worked