
Automated attack surface assessment framework for Active Directory and local infrastructures, correlating vulnerabilities with attack paths to domain compromise, privilege escalation, and lateral movement, with remediation guidance.
Like PingCastle went out for drinks with Bloodhound, and they actually decided to get some work done. 🍷
Developed for security professionals and cybersecurity auditors, WinFlesher automates vulnerability discovery and critical path correlation within Active Directory and local infrastructures.
WinFlesher offers a modular, telemetry-based approach to risk management:
The quickest way to get started is to download the entire repository as a ZIP archive and extract it locally:
Download the repository by clicking the "Download ZIP" button on the main GitHub page.
Extract the ZIP file to a secure folder (e.g., C:\Tools\WinFlesher).
Note: Ensure that PowerShell script execution is enabled on your system:
Set-ExecutionPolicy Bypass -Scope Process -Force
Active Directory:
Install-WindowsFeature RSAT-AD-PowerShell
Microsoft Graph (for Entra ID):
Install-Module Microsoft.Graph.Applications -Scope CurrentUser
. .\Invoke-Winflesher.ps1