AL
alessandromrc/RedSPN
Active Directory security audit tool that finds security risks and generates a red-themed HTML report.
RedSPN
Active Directory security audit tool that finds security risks and generates a red-themed HTML report.
Quick Start
-
Run the audit:
.\Get-ADAudit.ps1 -
Generate the report:
python generate_report.py
-
Open
ad_audit_report.htmlin your browser
Requirements
- Windows with Active Directory PowerShell module
- Python 3.6+ (no extra packages needed)
What It Does
- Finds Kerberoast targets (SPNs)
- Checks delegation risks
- Identifies weak encryption
- Lists privileged accounts
- Shows inactive accounts
- Generates a red-themed HTML report
Files
Get-ADAudit.ps1- PowerShell script that audits ADgenerate_report.py- Python script that creates the HTML reportad_audit_data.json- Audit data (generated)ad_audit_report.html- HTML report (generated)
License
Use responsibly. Only audit systems you own or have permission to audit.
On this page
Languages
Python74.4%PowerShell25.6%
Contributors
The Unlicense
Created December 28, 2025
Updated January 19, 2026