# LaZagne **Repository Path**: csharphpython/LaZagne ## Basic Information - **Project Name**: LaZagne - **Description**: Credentials recovery project - **Primary Language**: Python - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README __The LaZagne Project !!!__ == 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.

The LaZagne project

This project has been added to [pupy](https://github.com/n1nj4sec/pupy/) as a post-exploitation module. Python code will be interpreted in memory without touching the disk and it works on Windows and Linux host. The last Linux release is not up to date so I recommend to use pupy to use it. Standalones ---- Standalones are now available here: https://github.com/AlessandroZ/LaZagne/releases/ Usage ---- * Retrieve version ``` laZagne.exe --version ``` * Launch all modules ``` laZagne.exe all ``` * Launch only a specific module ``` laZagne.exe browsers ``` * Launch only a specific software script ``` laZagne.exe browsers -f (for firefox) ``` * Write all passwords found into a file (-oN for Normal txt, -oJ for Json, -oA for All) ``` laZagne.exe all -oN ``` * Get help ``` laZagne.exe -h laZagne.exe browsers -h ``` * Use a file for dictionary attacks (used only when it's necessary: mozilla masterpassword, system hahes, etc.). The file has to be a wordlist in cleartext (no rainbow), it has not been optmized to be fast but could useful for basic passwords. ``` laZagne.exe all -path file.txt ``` * Change verbosity mode (2 different levels) ``` laZagne.exe all -vv ``` __Note: For wifi passwords \ Windows Secrets, launch it with administrator privileges (UAC Authentication / sudo)__ Supported software ----

The LaZagne project

(*) used by many tools to store passwords: Chrome, Owncloud, Evolution, KMail, etc. For developers ---- Please refer to the wiki before opening an issue to understand how to compile the project or to develop a new module. https://github.com/AlessandroZ/LaZagne/wiki Special thanks ---- * Harmjoy for [KeeThief](https://github.com/HarmJ0y/KeeThief/) * n1nj4sec for his [mimipy](https://github.com/n1nj4sec/mimipy) module * Benjamin DELPY for [mimikatz](https://github.com/gentilkiwi/mimikatz), which helps me to understand some Windows API. * [Creddump](https://github.com/moyix/creddump) * All [contributors](https://github.com/AlessandroZ/LaZagne/graphs/contributors) who help me on this project ---- | __Alessandro ZANNI__ | | ------------- | | __zanni.alessandro@gmail.com__ |