GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory Group Policy Objects (GPOs).
It automates security checks and provides detailed reports on potential vulnerabilities, helping administrators secure their environments.
Currently, GPOHunter implements the following security checks:
The list of security checks will be continuously expanded with additional checks and verifications.
To run GPOHunter, use the following command:
python gpo_analyzer_cli.py -u USERNAME -p PASSWORD -d DOMAIN -dc DC_HOST [options]
Options:
-H
, --hash
: NTLM hash for Pass-the-Hash.-o
, --output
: Path to the output file.-f
, --format
: Output format (json, csv, html).-v
, --verbose
: Verbose output.--show-xml
: Show raw XML content of GPO files.Clone the repository. Install the required packages:
pip install -r requirements.txt
Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…