Insecure GUI Apps
Application running as SYSTEM allowing an user to spawn a CMD, or browse directories.
Example 1
"Windows Help and Support" (Windows + F1), search for "command prompt", click on "Click to open Command Prompt"
Example 2
Start an RDP session as the "user" account:
rdesktop -u user -p password321 MACHINE_IP
Double-click the "AdminPaint" shortcut on your Desktop. Once it is running, open a command prompt and note that Paint is running with admin privileges:
tasklist /V | findstr mspaint.exe
In Paint, click "File" and then "Open". In the open file dialog box, click in the navigation input and paste: file://c:/windows/system32/cmd.exe
Press Enter to spawn a command prompt running with admin privileges.
Last updated