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
PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…
Network fingerprinting is a critical technique for identifying and analyzing network traffic patterns, particularly in…
"HowToHunt" is a platform designed to assist hunters in improving their skills, planning their expeditions,…
SkyFall-Pack is an advanced infrastructure automation toolkit designed for Command and Control (C2) operations. It…
LummaC2 is a commodity malware designed as an information stealer, targeting browsers, cryptocurrency wallets, and…
RustOwl is an innovative tool designed to enhance the Rust programming experience by visualizing ownership…