Answers for "privesc from admin to system"

1

privesc from admin to system

// install psexec tool from sysinternals suite //
// run on cmd with admin privileges: //
psexec -i -s cmd.exe
// if psexec command doesnt work, check the "path" system environment variable //
// run "whoami" on the newly opened session //
// "nt authority\system" should be displayed //
Posted by: Guest on April-30-2022

Code answers related to "privesc from admin to system"

Browse Popular Code Answers by Language