Author Topic: [Python] [Source Code] Lots of passwords retriever (Browser, chat, ftp, ssh...)  (Read 887 times)

0 Members and 1 Guest are viewing this topic.

Offline Livebullshit

  • NULL
  • Posts: 4
  • Cookies: 0
    • View Profile
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

Offline nrael

  • Peasant
  • *
  • Posts: 66
  • Cookies: -7
    • View Profile
yeah, sounds nice. I give it a try the next time I have a PC to check.

did you try?

Offline Livebullshit

  • NULL
  • Posts: 4
  • Cookies: 0
    • View Profile
Yeah i tried it, works great and it's really nicely coded too.

Offline d4rkcat

  • Knight
  • **
  • Posts: 287
  • Cookies: 115
  • He who controls the past controls the future. He who controls the present controls the past.
    • View Profile
    • Scripts
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.
Jabber (OTR required): thed4rkcat@einfachjabber.de    Email (PGP required): thed4rkcat@yandex.com    PGP Key: here and here     Blog

<sofldan> not asking for anyone to hold my hand uber space shuttle door gunner guy.


Offline Pavornoc

  • /dev/null
  • *
  • Posts: 11
  • Cookies: -1
    • View Profile
Interesting little .exe.  Thanks for the find. 


Quote
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??