Skip to content

Releases: AlessandroZ/LaZagne

Release v2.4.6

11 Jun 13:39
Compare
Choose a tag to compare
Lazagne 2.4.6

Release v2.4.5

22 Feb 17:13
Compare
Choose a tag to compare
Lazagne 2.4.5

2.4.3

16 Sep 14:25
Compare
Choose a tag to compare
Lazagne 2.4.3

v2.4.2

18 Feb 17:06
Compare
Choose a tag to compare
Lazagne 2.4.2

LaZagne 2.4

02 Sep 20:36
89bce90
Compare
Choose a tag to compare

LaZagne 2.4

  • Windows / Linux / Mac

    • Big code review and lots of bug fixed
    • PEP8 Style (thanks to @ingested)
    • Pycrypto denpendency removed
  • Linux

    • Work with Python 3
    • Removing external libs to decrypt KDE secrets (only use dbus)
    • Bug fix
  • Windows

LaZagne v2.3.2 is out

22 Mar 12:18
Compare
Choose a tag to compare

LaZagne - Windows version 2.3.1

18 Oct 13:32
Compare
Choose a tag to compare

Fix unicode problem (#154)

LaZagne - Windows version 2.3

05 Oct 10:47
Compare
Choose a tag to compare
  • Only Windows
    • Bug "UnicodeDecodeError" resolved (#134)
      • Support many alphabets (for chinese, russian, ... passwords)
        • Well managed when password are written to files (Lazagne.exe all -oA), not always correct when printed on the console (depend on the system encoding)
    • New module added
      • CocCoc browser supported (#141)
    • Quiet mode added to not print anything on the console (#140) => lazagne.exe all -quiet
    • Retrieve passwords from another drive (#142) => lazagne all -drive D
    • lsa secrets are well written on files (when -oA, -oJ or -oN options are used)

LaZagne - Windows version 2.2

17 May 21:10
Compare
Choose a tag to compare

Fix bug created on the previous release (cf #118)

LaZagne - Windows version 2.1

28 Apr 14:20
Compare
Choose a tag to compare

LaZagne 2.1 (28/04/2017)

  • Only Windows

    • removing many dependencies (win32api, win32crypt, win32xxx, colorama, etc.) using ctypes
    • adding little modules
      • retrieve passwords when autologon is enabled
      • retrieve passwords stored in unattended files
    • using creddump to retrieve system hashes + LSA secrets
    • little bugs fixed + some code review
  • Linux