Code Monkey home page Code Monkey logo

lazagne's Introduction

The LaZagne Project !!!

Description

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 technics (plaintext, using api, custom algorithms, etc.). This tool has been developped to find these passwords for most common softwares. At this moment, it supports 22 softwares on windows and 12 on a linux plateform.

The LaZagne project

Usage

  • Launch all modules

    • cmd: laZagne.exe all
  • Launch only a specific module

    • cmd: laZagne.exe <module_name>
    • example: laZagne.exe browsers
    • help: laZagne.exe -h
  • Launch only a specific software script

    • cmd: laZagne.exe <module_name>
    • example: laZagne.exe browsers -f
    • help: laZagne.exe browsers -h
  • Write all passwords found into a file (-w options)

    • cmd: laZagne.exe all -w

Note: For wifi passwords, launch it with administrator privileges (UAC bypassed / sudo)

Supported softwares

  • Windows (tested on Windows XP, 7 and 8 - 32 and 64 bits)

    • browsers

      • firefox
      • chrome
      • opera
      • ie
    • chats

      • skype
      • pidgin
      • jitsi
    • mails

      • thunderbird
      • outlook
    • adminsys

      • filezilla
      • puttycm
      • winscp
      • cyberduck
      • coreFTP
      • FTPNavigator
    • database

      • sqldeveloper
      • squirrel
      • dbvisualizer
    • svn

      • tortoise
    • wifi

      • Wireless Network Password (Windows mechanism)
    • windows credentials

      • Domain visible network (.Net Passport)
      • Generic network credentials
  • Linux

    • browsers

      • firefox
      • opera
    • chats

      • pidgin
      • jitsi
    • mails

      • thunderbird
    • adminsys

      • filezilla
      • environment variables
    • database

      • sqldeveloper
      • squirrel
      • dbvisualizer
    • wifi

      • network manager
    • wallet

      • gnome keyring

IE Browser history

Internet Explorer passwords (from ie7 and before windows 8) can only be decrypted using the URL of the website. This one is used as an argument of the Win32CryptUnprotectData api. So to decrypt it, it is necessary to retreive the browser history of ie. To do that, I have used C code. So I used a dll (the code is on on the "browser_history_dll" directory) and it is directly embedded to the python code as a base64 string (c.f. ie.py). Once launched, the dll is written to the disk, a wrapper is used to call dll functions and then the dll file is removed from the disk.

Build your own password recovery script

It is possible to write your own script for the software of your choice.

To do that, some syntax requirements are needed:

  • Create a class using the name of the software
  • This class has to have a function called "retrieve_password" (it will be the main function)
  • The output containing all passwords has to be send to the "print_output" function - ex: print_output(<software_name>, password_list)
    • password_list has to be an array of dictionnaries.
  • Optional: you could use the function "print_debug" to print your output
    • ex: print_debug("ERROR", "Failed to load ...")
  • Use an existing script to understand what I have said :)

If you want to improve this tool, you could send me your script and it will be added to this project (authors will be of course credited on each script ;)).

Requirements

To compile the source code, some external library are required.


Alessandro ZANNI
[email protected]
[email protected]

lazagne's People

Contributors

alessandroz avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.