LaZagne
Description
The LaZagne project is an open source application used to retrieve lots of passwords stored on a local computer. Each software stores its passwords using different techniques (plaintext, APIs, custom algorithms, databases, etc.). This tool has been developed for the purpose of finding these passwords for the most commonly-used software.
Usage
Launch all modules
laZagne.exe allLaunch only a specific module
laZagne.exe browsersLaunch only a specific software script
laZagne.exe browsers -firefoxWrite all passwords found into a file (-oN for Normal txt, -oJ for Json, -oA for All). Note: If you have problems to parse JSON results written as a multi-line strings, check this.
laZagne.exe all -oN
laZagne.exe all -oA -output C:\Users\test\DesktopGet help
laZagne.exe -h
laZagne.exe browsers -hChange verbosity mode (2 different levels)
laZagne.exe all -vvQuiet mode (nothing will be printed on the standard output)
laZagne.exe all -quiet -oATo decrypt domain credentials, it could be done specifying the user windows password. Otherwise it will try all passwords already found as windows passwords.
laZagne.exe all -password ZapataViveNote: For wifi passwords \ Windows Secrets, launch it with administrator privileges (UAC Authentication / sudo)
Last updated