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
Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…
The free and open-source security platform SecHub, provides a central API to test software with…
Don't worry if there are any bugs in the tool, we will try to fix…
hrtng IDA plugin is a collection of tools, ideas and experiments from different sources I've…
A stealthy command line tool to create TCP-over-CDN(http) tunnels that keep your connections cozy and…
Boot Execute allows native applications—executables with the NtProcessStartup entry point and dependencies solely on ntdll.dll—to…