Windows Privilege Escalation

System Information

Basic information about the system:

systeminfo
Get-ComputerInfo -Property OS*

Looting via Files

User Enumeration

Get information about the user:

  • Insecure service permissions

  • Unquoted service paths

  • Weak registry permissions

  • Insecure service executables

  • Passwords

  • Overprivileged Users

  • Security Account Manager (SAM)

  • Pass-the-hash

  • Insecure GUI apps

  • Kernel exploits

Resources

Last updated

Was this helpful?