Skip to content

Releases: AlessandroZ/LaZagne

Release v2.4.7

Choose a tag to compare

@github-actions github-actions released this 10 Apr 14:14
Lazagne 2.4.7

Release v2.4.6

Choose a tag to compare

@github-actions github-actions released this 11 Jun 13:39
Lazagne 2.4.6

Release v2.4.5

Choose a tag to compare

@github-actions github-actions released this 22 Feb 17:13
Lazagne 2.4.5

2.4.3

Choose a tag to compare

@AlessandroZ AlessandroZ released this 16 Sep 14:25
Lazagne 2.4.3

v2.4.2

Choose a tag to compare

@AlessandroZ AlessandroZ released this 18 Feb 17:06
Lazagne 2.4.2

LaZagne 2.4

Choose a tag to compare

@AlessandroZ AlessandroZ released this 02 Sep 20:36
89bce90

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

Choose a tag to compare

@AlessandroZ AlessandroZ released this 22 Mar 12:18
  • Windows
    • Big code review
    • Lots of minor bug fixed
    • If windows user found => domain passwords retrieved from credentials files
    • If windows user not found => DPAPI hash printed to bruteforce with john or hashcat (no admin privilege required)
    • New modules added postgresql and psi-im (thanks to @m41nt41n3r)
    • XP managed
    • Adding support for newest firefox version. Awesome work from lclevy: https://github.com/lclevy/firepwd
    • Adding Wdigest passwords (using mimikatz signature)
    • Note: right now, LaZagne x86 cannot read memory from a x64 process (so some modules cannot work using this build such as wdigest passwords)
      • That's why, two lazagne binaries have been built (x86 and x64).
  • Linux

LaZagne - Windows version 2.3.1

Choose a tag to compare

@AlessandroZ AlessandroZ released this 18 Oct 13:32

Fix unicode problem (#154)

LaZagne - Windows version 2.3

Choose a tag to compare

@AlessandroZ AlessandroZ released this 05 Oct 10:47
  • 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

Choose a tag to compare

@AlessandroZ AlessandroZ released this 17 May 21:10

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