0xma Cyber Security Articles




May 21, 2021

Extract Passwords with LaZagne

In this tutorial we will see how to retrieve or extract passwords from the local computer. For this demo we will be using the Firefox browser to login to our email account. Then we run lazagne to retrieve the stored password.

This is the GitHub page for LaZagne where we can download it.

Github page for LaZagne.

This gives quick introduction to LaZagne.

Description of LaZagne.

This shows some usage examples for LaZagne.

Usage of LaZagne.

We can also download a standalone executable of LaZagne if we choose to do so. This is what I have done for this demo.

Download page of LaZagne.

We have successfully downloaded LaZagne from GitHub.

Downloaded LaZagne in the Downloads directory.

We can see that lazagne.exe resides in the Downloads directory.

lazagne.exe in the Downloads directory.

Running lazagne.exe --help shows the available options for LaZagne. We can see the different modules available. We will be using the browsers module to retrieve passwords from the browser.

Help options for lazagne.exe --help

Running lazagne.exe browsers -h shows the different options available for the browsers module.

Help options for lazagne.exe browsers

These are the different browsers supported by LaZagne.

Supported browser types for LaZagne.

We can output our results in these formats.

Output types for LaZagne.

This shows that I have logged into my Gmail account.

Google Inbox page.

If prompted, click on "Remember" to have the browser save your password.

Remember password prompt.

Running lazagne.exe browsers tries to retrieve the password from the installed browser(s) on the system. In this case, it was successfull, and it revealed the username and password.

Password retrieved by LaZagne.

However, we could have been more specific and entered in the name of the browser from which we want to retrieve the password. In this case we run lazagne.exe browsers -firefox to retrieve passwords from the Firefox browser. And there is our username and password printed in cleartext on the screen.

Password retrieved by LaZagne by using the -firefox option.

You can follow me on Twitter mujtabareads.