Configuration Security Assessment
Check hardening controls from uploaded Windows evidence bundles
1
Run the Collector Script
Run this command in an elevated PowerShell session on the target Windows system. It downloads the collector from this app, runs it, and creates an evidence bundle.
powershell.exe -NoProfile -ExecutionPolicy Bypass -Command '$p=Join-Path $env:TEMP "collect-hardening-evidence.ps1"; Invoke-WebRequest -UseBasicParsing "/collectors/collect-hardening-evidence.ps1" -OutFile $p; powershell.exe -NoProfile -ExecutionPolicy Bypass -File $p'Supports Windows 10, Windows 11, and Windows Server 2019, 2022, and 2025.
2
Upload & Analyze Evidence
Upload the evidence bundle created on the desktop. Analysis runs locally, and nothing leaves your device.