-
Notifications
You must be signed in to change notification settings - Fork 198
FAQ
Alexander edited this page Aug 27, 2021
·
4 revisions
GetTrustedInstaller /command:cmd.exe
or
GetTrustedInstaller /command:cmd.exe /Legacy
- Change your working directory to a world readable location.
cd C:\
tokenvator.exe
- Get NT AUTHORITY/SYSTEM Privileges
GetSystem
- SeTcbPrivilege may need to be enabled
Enable_Privilege /Privilege:SeTcbPrivilege /Impersonation
- Logon the user
Logon_User /Username:networkservice /Command:cmd.exe
or
Logon_User /Username:localservice /Command:cmd.exe