AlessandroZ/LaZagne
GitHub: AlessandroZ/LaZagne
跨平台本地密码恢复工具,用于从各类应用程序中提取存储的凭证信息。
Stars: 10748 | Forks: 2121
# __LaZagne 项目 !!!__
## 描述
__LaZagne 项目__ 是一个开源应用程序,用于__检索存储在本地计算机上的大量密码__。
每个软件使用不同的技术(明文、API、自定义算法、数据库等)存储其密码。开发此工具的目的是为了找到这些最常用软件的密码。
Amigo
Basilisk
BlackHawk
Brave
Centbrowser
Chedot
Chrome Beta
Chrome Canary
Chromium
Coccoc
Comodo Dragon
Comodo IceDragon
Cyberfox
DCBrowser
Elements Browser
Epic Privacy Browser
Firefox
Google Chrome
Icecat
K-Meleon
Kometa
Microsoft Edge
Opera
Opera GX
Orbitum
QQBrowser
pale Moon
SogouExplorer
Sputnik
Torch
Uran
Vivaldi
Yandex
| Brave
Chromium
Dissenter-Browser
Firefox
Google Chrome
IceCat
Microsoft Edge
Opera
SlimJet
Vivaldi | Chrome
Firefox | | Chats | Pidgin
Psi
Skype| Pidgin
Psi | | | Databases | DBVisualizer
Postgresql
Robomongo
Squirrel
SQLdevelopper | DBVisualizer
Squirrel
SQLdevelopper | | | Games | GalconFusion
Kalypsomedia
RogueTale
Turba | | | | Git | Git for Windows | | | | Mails | Epyrus
Interlink
Outlook
Thunderbird | Clawsmail
Thunderbird | | | Maven | Maven Apache
| | | | Dumps from memory | Keepass
Mimikatz method | System Password | | | Multimedia | EyeCON
| | | | PHP | Composer
| | | | SVN | Tortoise | | | | Sysadmin | Apache Directory Studio
CoreFTP
CyberDuck
FileZilla
FileZilla Server
FTPNavigator
OpenSSH
OpenVPN
mRemoteNG
KeePass Configuration Files (KeePass1, KeePass2)
PuttyCM
Rclone
RDPManager
VNC
WinSCP
Windows Subsystem for Linux | Apache Directory Studio
AWS
Docker
Environnement variable
FileZilla
gFTP
History files
Shares
SSH private keys
KeePass Configuration Files (KeePassX, KeePass2)
Grub
Rclone | | | Wifi | Wireless Network | Network Manager
WPA Supplicant | | | Internal mechanism passwords storage | Autologon
MSCache
Credential Files
Credman
DPAPI Hash
Hashdump (LM/NT)
LSA secret
Vault Files | GNOME Keyring
Kwallet
Hashdump | Keychains
Hashdump | ## 编译 * 使用 Pyinstaller ``` pyinstaller --additional-hooks-dir=. -F --onefile laZagne.py ``` * 使用 Nuitka ``` python3 -m nuitka --standalone --onefile --include-package=lazagne laZagne.py ``` ## 开发者指南 在提出 Issue 之前,请参考 Wiki 以了解如何编译项目或开发新模块。 https://github.com/AlessandroZ/LaZagne/wiki ## 捐赠 如果您想通过捐赠来支持我的工作,我不胜感激: * 通过 BTC: 16zJ9wTXU4f1qfMLiWvdY3woUHtEBxyriu * 通过 Paypal: https://www.paypal.me/lazagneproject ## 特别感谢 * Harmjoy 提供 [KeeThief](https://github.com/HarmJ0y/KeeThief/) * n1nj4sec 提供他的 [mimipy](https://github.com/n1nj4sec/mimipy) 模块 * Benjamin DELPY 提供 [mimikatz](https://github.com/gentilkiwi/mimikatz),这帮助我理解了一些 Windows API。 * @skelsec 提供 [Pypykatz](https://github.com/skelsec/pypykatz) * Moyix 提供 [Creddump](https://github.com/moyix/creddump) * N0fat 提供 [Chainbreaker](https://github.com/n0fate/chainbreaker/) * Richard Moore 提供 [AES 模块](https://github.com/ricmoo/pyaes) * Todd Whiteman 提供 [DES 模块](https://github.com/toddw-as/pyDes) * mitya57 提供 [secretstorage](https://github.com/mitya57/secretstorage) * 所有在这个项目中帮助我的[贡献者](https://github.com/AlessandroZ/LaZagne/graphs/contributors)

Amigo
Basilisk
BlackHawk
Brave
Centbrowser
Chedot
Chrome Beta
Chrome Canary
Chromium
Coccoc
Comodo Dragon
Comodo IceDragon
Cyberfox
DCBrowser
Elements Browser
Epic Privacy Browser
Firefox
Google Chrome
Icecat
K-Meleon
Kometa
Microsoft Edge
Opera
Opera GX
Orbitum
QQBrowser
pale Moon
SogouExplorer
Sputnik
Torch
Uran
Vivaldi
Yandex
| Brave
Chromium
Dissenter-Browser
Firefox
Google Chrome
IceCat
Microsoft Edge
Opera
SlimJet
Vivaldi | Chrome
Firefox | | Chats | Pidgin
Psi
Skype| Pidgin
Psi | | | Databases | DBVisualizer
Postgresql
Robomongo
Squirrel
SQLdevelopper | DBVisualizer
Squirrel
SQLdevelopper | | | Games | GalconFusion
Kalypsomedia
RogueTale
Turba | | | | Git | Git for Windows | | | | Mails | Epyrus
Interlink
Outlook
Thunderbird | Clawsmail
Thunderbird | | | Maven | Maven Apache
| | | | Dumps from memory | Keepass
Mimikatz method | System Password | | | Multimedia | EyeCON
| | | | PHP | Composer
| | | | SVN | Tortoise | | | | Sysadmin | Apache Directory Studio
CoreFTP
CyberDuck
FileZilla
FileZilla Server
FTPNavigator
OpenSSH
OpenVPN
mRemoteNG
KeePass Configuration Files (KeePass1, KeePass2)
PuttyCM
Rclone
RDPManager
VNC
WinSCP
Windows Subsystem for Linux | Apache Directory Studio
AWS
Docker
Environnement variable
FileZilla
gFTP
History files
Shares
SSH private keys
KeePass Configuration Files (KeePassX, KeePass2)
Grub
Rclone | | | Wifi | Wireless Network | Network Manager
WPA Supplicant | | | Internal mechanism passwords storage | Autologon
MSCache
Credential Files
Credman
DPAPI Hash
Hashdump (LM/NT)
LSA secret
Vault Files | GNOME Keyring
Kwallet
Hashdump | Keychains
Hashdump | ## 编译 * 使用 Pyinstaller ``` pyinstaller --additional-hooks-dir=. -F --onefile laZagne.py ``` * 使用 Nuitka ``` python3 -m nuitka --standalone --onefile --include-package=lazagne laZagne.py ``` ## 开发者指南 在提出 Issue 之前,请参考 Wiki 以了解如何编译项目或开发新模块。 https://github.com/AlessandroZ/LaZagne/wiki ## 捐赠 如果您想通过捐赠来支持我的工作,我不胜感激: * 通过 BTC: 16zJ9wTXU4f1qfMLiWvdY3woUHtEBxyriu * 通过 Paypal: https://www.paypal.me/lazagneproject ## 特别感谢 * Harmjoy 提供 [KeeThief](https://github.com/HarmJ0y/KeeThief/) * n1nj4sec 提供他的 [mimipy](https://github.com/n1nj4sec/mimipy) 模块 * Benjamin DELPY 提供 [mimikatz](https://github.com/gentilkiwi/mimikatz),这帮助我理解了一些 Windows API。 * @skelsec 提供 [Pypykatz](https://github.com/skelsec/pypykatz) * Moyix 提供 [Creddump](https://github.com/moyix/creddump) * N0fat 提供 [Chainbreaker](https://github.com/n0fate/chainbreaker/) * Richard Moore 提供 [AES 模块](https://github.com/ricmoo/pyaes) * Todd Whiteman 提供 [DES 模块](https://github.com/toddw-as/pyDes) * mitya57 提供 [secretstorage](https://github.com/mitya57/secretstorage) * 所有在这个项目中帮助我的[贡献者](https://github.com/AlessandroZ/LaZagne/graphs/contributors)
标签:DNS 反向解析, HTTP工具, MacOS工具, meg, Python开发, T1566, Windows密码, ZapataVive, 二进制发布, 信息安全, 凭据转储, 凭证获取, 密码抓取, 开源工具, 无线安全, 本地密码, 浏览器密码, 漏洞挖掘, 特权提升, 端点可见性, 自动化部署, 逆向工具