EvilZone

Programming and Scripting => Scripting Languages => : Livebullshit March 19, 2015, 08:21:26 PM

: [Python] [Source Code] Lots of passwords retriever (Browser, chat, ftp, ssh...)
: 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)
: Re: [Python] [Source Code] Lots of passwords retriever (Browser, chat, ftp, ssh...)
: nrael March 19, 2015, 09:55:23 PM
yeah, sounds nice. I give it a try the next time I have a PC to check.

did you try?
: Re: [Python] [Source Code] Lots of passwords retriever (Browser, chat, ftp, ssh...)
: Livebullshit March 19, 2015, 10:49:14 PM
Yeah i tried it, works great and it's really nicely coded too.
: Re: [Python] [Source Code] Lots of passwords retriever (Browser, chat, ftp, ssh...)
: d4rkcat March 19, 2015, 10:49:49 PM
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.
: Re: [Python] [Source Code] Lots of passwords retriever (Browser, chat, ftp, ssh...)
: Pavornoc March 23, 2015, 01:48:02 AM
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??