# TestimoX - Complete AI Context ## Overview TestimoX is an Active Directory security assessment and monitoring suite with a rule-based engine, HTML and JSON reporting, PowerShell automation, and API reference documentation. - Package: TestimoX - Version: unknown - API types: 1099 - License: Proprietary - Targets: .NET 8+, .NET 10+, PowerShell 5.1+ ## Installation ``` dotnet add package TestimoX ``` ## Quickstart ```csharp TestimoX.exe --all --html-path C:\Reports\TestimoX.html TestimoX.exe --list-rules Get-TestimoXConfig -ListRules | Format-Table Name, SourceType, EnabledByDefault Connect-TestimoXService -Url 'http://127.0.0.1:7809/' -ApiKey (Get-Content C:\secret.txt -Raw) ``` ## API Resources - /api/index.json - /api/search.json - /api/types/{slug}.json