Escape

But we cant login as we are not in the remote desktop group.

Since we have the admin password we can use runas to run commands

runas /user:admin "cmd.exe"

To get UAC use:

start-process cmd.exe -verb runas

Now we get UAC and get an admin shell.

Last updated