What problem does it solve?
During authorized penetration tests and red team engagements, operators need a structured way to recover credentials stored on compromised endpoints so they can validate lateral movement paths and demonstrate real business impact instead of theoretical risk.
Core Features & Use Cases
- Multi-Platform Credential Extraction: Run LaZagne modules on Windows, Linux, and macOS to recover passwords from browsers, email clients, databases, Wi-Fi profiles, Git stores, and system vaults.
- Privilege-Aware Workflow: Guidance on running modules as a standard user versus elevated SYSTEM/admin contexts to avoid false negatives from DPAPI, LSA secrets, and Credential Manager.
- Credential Validation and Prioritization: Parse JSON output, deduplicate results, and validate recovered credentials with CrackMapExec or Impacket against AD/SMB targets.
- Use Case: After gaining initial access to a Windows workstation, an operator runs
lazagne.exe all -oJ, recovers a domain service account from WinSCP stored sessions, validates it with CrackMapExec, and uses it for lateral movement along a BloodHound attack path.
Quick Start
Ask the AI to walk you through deploying LaZagne on a compromised Windows host, running all modules with JSON output, and validating any recovered domain credentials against SMB.