LaZagne
Purpose
Use this skill only when the rules of engagement explicitly authorize validation of locally stored credentials on a named approved host.
Phase Fit
- Primary: Validation and Controlled Impact Demonstration
- Secondary: Vulnerability Analysis, Retest and Closure
Use When
- Need to assess whether a host stores recoverable credentials in common local sources.
- Need to validate practical password exposure after gaining approved host access.
- Need a repeatable retest after workstation or server hardening.
Avoid When
- Local credential harvesting is not explicitly approved.
- Host scope or data-handling rules are unclear.
Inputs
- Approved host and user context
- Explicit approval for local credential validation
- Evidence handling rules for any recovered material
Procedure
- Limit execution to the approved host and minimum source set.
- Capture only the minimum proof needed to support remediation.
- Stop as soon as the approved proof standard is met.
- Protect all output as sensitive evidence.
- Preserve the exact source scope for retest.
Command Syntax
Replace sample modules with the minimum approved source set.
:: Run all credential gathering modules
laZagne.exe all
:: Browser credentials only
laZagne.exe browsers
:: Windows credential manager
laZagne.exe windows
:: SSH and sysadmin credentials
laZagne.exe sysadmin
:: Output to file
laZagne.exe all -oN C:\temp\lazagne.txt
:: Verbose mode
laZagne.exe all -vv
Evidence to Capture
- Whether the approved host stored recoverable credentials
- Exact source scope and host context used
- Minimal output needed to support remediation
Safety Boundaries
- Use only with explicit written approval.
- Protect all recovered material as sensitive evidence.