1. If you have no admin privs, do GodPotato (OS version and privs must check out, see doumentation)
  2. Vulnerable Services

Services are one of the largest attack surfaces for privilege escalation on Windows because they frequently run as SYSTEM and can be misconfigured or vulnerable in a variety of ways.

Information about installed services can be gathered using built-in Windows utilities such as sc.exe, and wmic.exe; the Get-Service and Get-WmiObject PowerShell cmdlets; or via custom tools that interact with APIs such as EnumServicesStatusEx.

  1. Path Interception
  2. Weak Service Permissions
  3. DLL Search Order Hijacking
  4. Software Vulnerabilities
  5. User Account Control