ENNAENNA

PrivescCheck

BSD-3-Clause

๐Ÿ”ฅ Offensive Ops ยท PowerShell

PrivescCheck is a PowerShell script that enumerates common Windows privilege escalation vectors. It checks for misconfigured services (unquoted paths, weak permissions, writable binaries), vulnerable scheduled tasks, exploitable registry keys, stored credentials (Windows Vault, GPP passwords, autologon), DLL hijacking opportunities, AlwaysInstallElevated policies, and dozens of other escalation paths. Unlike automated exploitation tools, PrivescCheck only enumerates and reports findings, allowing the tester to understand and manually exploit each vector. Output is color-coded by severity with detailed remediation guidance.

3.8kstars
500forks
4issues
Updated 11d ago
+I use this

Installation

$ git clone https://github.com/itm4n/PrivescCheck.git

Use Cases

  • Enumerating Windows privilege escalation vectors
  • Finding misconfigured services and weak permissions
  • Discovering stored credentials and autologon entries
  • Security auditing Windows host configurations

Tags

privilege-escalationwindowsenumerationsecurity-auditpowershellpentest-toolpentestingwindows-privilege-escalation

Community Reviews

More in Offensive Ops