EvilZone
Programming and Scripting => Scripting Languages => : Livebullshit March 19, 2015, 08:21:26 PM
-
I found something interesting while browsing my github.
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. At this moment, it supports 22 Programs on Microsoft Windows and 12 on a Linux/Unix-Like OS.
(https://github.com/AlessandroZ/LaZagne/raw/master/pictures/lazagne.png)
https://github.com/AlessandroZ/LaZagne (https://github.com/AlessandroZ/LaZagne)
-
yeah, sounds nice. I give it a try the next time I have a PC to check.
did you try?
-
Yeah i tried it, works great and it's really nicely coded too.
-
This is a very nice idea for sure.
Only downside is it is very very buggy, when it raises an exception the whole thing breaks and you get no results.
I am planning to fork it and throw in a bunch of try: except: statements to make it work when I have time.
-
Interesting little .exe. Thanks for the find.
I am planning to fork it and throw in a bunch of try: except: statements to make it work when I have time.
d4rkcat, I'd love to see what additions/changes you make in your fork. Will you post on here once you have something written up??