awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
pentestmonkey avatar

pentestmonkey/windows-privesc-check

0
View on GitHub↗
1,496 stars·322 forks·Python·25 views

Windows Privesc Check

Windows-privesc-check is an automated security auditing tool designed to identify misconfigurations and vulnerabilities that may allow for unauthorized privilege escalation on Windows systems. It functions by scanning local system configurations, including file system permissions, registry settings, and service configurations, to detect security weaknesses that could lead to elevated administrative access.

The tool distinguishes itself by providing both local auditing and remote assessment capabilities. It can query remote Windows hosts to enumerate network shares, user accounts, and domain trust relationships, allowing for the identification of potential attack vectors across a network. Furthermore, it supports automated security compliance reporting by generating structured, standardized reports that document the security posture of systems over time.

Beyond its core scanning functions, the utility extracts raw security metadata, such as user group memberships and detailed configuration settings, to facilitate manual review or external analysis. The software is distributed as a standalone executable, ensuring it can be deployed and executed without requiring external dependencies or pre-installed runtime environments.

Features

  • Windows Privilege Escalation Suites - Scans local Windows configurations to identify misconfigurations and vulnerabilities that could allow unauthorized privilege escalation.
  • Local Security Auditing - Evaluates the security posture of a local machine to identify misconfigurations and potential privilege escalation risks.
  • Configuration Audits - Performs automated checks of system files, registry keys, and service permissions to identify security misconfigurations.
  • System Configuration Auditing - Analyzes system files and registry settings to identify insecure configurations that could lead to privilege escalation.
  • Windows Vulnerability Assessments - Automates the discovery of security risks and vulnerabilities across local and remote Windows systems to support compliance and hardening.
  • Security Metadata Exporters - Extracts raw security metadata like user group memberships and share permissions to create historical snapshots.
  • Audit Report Generators - Generates comprehensive security assessment reports in multiple formats to document findings.
  • Share Enumeration - Discovers and lists available network shares and their paths on a remote system for security assessment.
  • Security Assessment Tools - Queries remote Windows hosts to enumerate network shares, user accounts, and domain trust relationships.
  • Local File Permission Modifiers - Provides utilities for inspecting and modifying local file system permissions to identify security misconfigurations.
  • Windows API Enumerators - Queries native system interfaces to extract security descriptors, user group memberships, and service configurations.
  • Remote Security Audits - Identifies potential vulnerabilities on remote systems by listing share configurations and administrative user accounts.
  • Security Auditing Tools - Collects and reports on system settings, user group memberships, and service permissions to assess the security posture of Windows hosts.
  • Security Configurations - Collects detailed information about securable objects and security settings into readable formats for manual review.
  • Windows Security Hardening - Identifies and analyzes Windows system configurations, registry settings, and security policies to support hardening and access control reviews.
  • Compliance Reporting - Generates structured reports from system configuration data to document security posture for compliance purposes.
  • Registry Security Scanners - Scans the system registry to identify insecure permissions on services, startup items, and sensitive configuration keys.
  • Post Exploitation - Script for identifying Windows privilege escalation vectors.

Star history

Star history chart for pentestmonkey/windows-privesc-checkStar history chart for pentestmonkey/windows-privesc-check

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Windows Privesc Check

These projects share indexed features with Windows Privesc Check. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • itm4n/privesccheckitm4n avatar

    itm4n/PrivescCheck

    3,860View on GitHub↗

    PrivescCheck is a PowerShell-based security auditing tool designed to scan Windows configurations for potential privilege escalation paths and local host vulnerabilities. It functions as a vulnerability assessment utility that analyzes system settings and registry configurations to identify weaknesses that could allow unauthorized administrative access. The tool automates internal security reconnaissance and post-exploitation data collection to gather environmental information. It serves as a security compliance reporter by exporting scan results into structured formats, including HTML, CSV,

    PowerShellpentest-toolpentestingprivilege-escalation
    View on GitHub↗3,860
  • the-z-labs/linux-exploit-suggesterThe-Z-Labs avatar

    The-Z-Labs/linux-exploit-suggester

    6,532View on GitHub↗

    This project is a security auditing tool and vulnerability scanner designed to evaluate the security posture of Linux hosts. It functions as a privilege escalation auditor that scans running kernels for missing security patches and vulnerabilities to identify potential paths for gaining root access. The utility performs kernel security analysis by matching system version strings against a database of known exploits. It audits kernel hardening settings and evaluates system exposure to categorize the probability of successful privilege escalation attacks. The tool covers a broad range of asses

    Shellapplicable-exploitsexploitshacking-tool
    View on GitHub↗6,532
  • voltagent/awesome-claude-code-subagentsVoltAgent avatar

    VoltAgent/awesome-claude-code-subagents

    21,906View on GitHub↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Shellai-agent-frameworkai-agent-toolsai-agents
    View on GitHub↗21,906
  • s3cur3th1ssh1t/winpwnS3cur3Th1sSh1t avatar

    S3cur3Th1sSh1t/WinPwn

    3,674View on GitHub↗

    WinPwn is a Windows penetration testing framework and security toolkit designed for auditing Active Directory and exploiting Windows environments. It provides a collection of automated tools and scripts for domain enumeration, credential theft, and privilege escalation. The toolkit distinguishes itself through capabilities for neutralizing antimalware scanning interfaces to evade detection and providing offline binary packaging for execution on isolated systems without internet access. It also includes specialized utilities for intercepting and relaying SMB authentication traffic to gain unau

    PowerShelladsecurityautomationexploitation
    View on GitHub↗3,674
Compare all 30 related projects→

Frequently asked questions

What does pentestmonkey/windows-privesc-check do?

Windows-privesc-check is an automated security auditing tool designed to identify misconfigurations and vulnerabilities that may allow for unauthorized privilege escalation on Windows systems. It functions by scanning local system configurations, including file system permissions, registry settings, and service configurations, to detect security weaknesses that could lead to elevated administrative access.

What are the main features of pentestmonkey/windows-privesc-check?

The main features of pentestmonkey/windows-privesc-check are: Windows Privilege Escalation Suites, Local Security Auditing, Configuration Audits, System Configuration Auditing, Windows Vulnerability Assessments, Security Metadata Exporters, Audit Report Generators, Share Enumeration.

Which projects share features with pentestmonkey/windows-privesc-check?

Projects with overlapping indexed features include: itm4n/privesccheck — PrivescCheck is a PowerShell-based security auditing tool designed to scan Windows configurations for potential… the-z-labs/linux-exploit-suggester — This project is a security auditing tool and vulnerability scanner designed to evaluate the security posture of Linux… voltagent/awesome-claude-code-subagents — This project provides a framework for managing multi-agent systems, designed to automate complex software development,… s3cur3th1ssh1t/winpwn — WinPwn is a Windows penetration testing framework and security toolkit designed for auditing Active Directory and… builtbybel/privatezilla — Privatezilla is a Windows privacy hardening tool designed to audit security settings, remove pre-installed software,… gdssecurity/windows-exploit-suggester — Windows-Exploit-Suggester is a security audit tool designed to scan Windows systems for outdated components and…

Curated searches featuring Windows Privesc Check

Hand-picked collections where Windows Privesc Check appears.
  • Automated Privilege Escalation Scanners