Common Windows PrivEsc
Trusted Service Paths
# Example:
C:\Program Files\Some Folder\Service.exe
C:\Program.exe
C:\Program Files\Some.exe
C:\Program Files\Some Folder\Service.exe# To find the services with unquoted service paths:
wmic service get name,displayname,pathname,startmode |findstr /i "Auto" |findstr /i /v "C:\Windows\\" |findstr /i /v """ 


Vulnerable Services



AlwaysInstallElevated


Unattended Installs

Check Full List of Hot Fixes
Last updated