BrowserFreak
Last updated
Last updated
is an automated password dumper for web browsers. It uses a batch script (BrowserFreak.bat
) to download and extract saved passwords, cookies, history, and bookmarks from multiple web browsers. The tool supports a wide range of browsers, including Chromium-based browsers (like Google Chrome, Opera, Microsoft Edge), as well as some other browsers like Firefox. It is primarily designed to extract sensitive information that users may have saved within their browsers, such as login credentials and browsing history.
Automated Password Dumping: BrowserFreak automates the process of extracting passwords, cookies, browsing history, and other sensitive data stored within web browsers.
Wide Browser Support: It supports multiple browsers including:
Google Chrome
Mozilla Firefox
Microsoft Edge
Opera
Brave
Vivaldi
Yandex
Epic Privacy Browser, etc.
Batch Script: The tool is run via a batch script that downloads utilities such as NirSoft’s ChromePass, PasswordFox, and OperaPassView to extract passwords and other stored data from different browsers.
Convenience: BrowserFreak simplifies the process by automating data extraction for multiple browsers in one go, without the need for manual intervention.
Downloading Password Recovery Tools: BrowserFreak uses VBS
scripts to download utilities from NirSoft (such as chromepass.zip
, passwordfox.zip
, iepv.zip
, etc.) to extract stored passwords for various browsers. These utilities are used to access and decrypt password storage files within the browser profiles.
Extraction Process: The tool downloads and extracts password, bookmark, and other data from the browser profile folders located in the system directories.
Chrome: %temp%\freak\chrome.vbs
downloads ChromePass.
Firefox: %temp%\freak\fire.vbs
downloads PasswordFox.
Opera: %temp%\freak\opera.vbs
downloads OperaPassView.
IE: %temp%\freak\ie.vbs
downloads IEPV.
Running the Scripts: The batch script executes the downloaded .vbs
scripts, which fetch the password data from browser profiles and save it in the specified directories.
Data Extraction & Downloading: The extracted data, including passwords, cookies, history, and bookmarks, is then saved in files for further analysis.
Download and Run the Script: To start extracting browser data, run the BrowserFreak.bat
script.
Extract Passwords from Chrome, Firefox, and Opera: The batch script will automatically download the required password dumpers and run them to extract passwords and other data from the installed browsers.
Google Chrome: %temp%\freak\chromepass.zip
Mozilla Firefox: %temp%\freak\passwordfox.zip
Internet Explorer: %temp%\freak\iepv.zip
Opera: %temp%\freak\operapassview.zip
Microsoft Edge: Automatically supported through Chromium-based tools.
The batch script (BrowserFreak.bat
) automates the downloading of password recovery tools from NirSoft.
For example, the following lines download the Chrome password tool (chromepass.zip
):
Similar steps are followed for Firefox, Internet Explorer, and Opera, each downloading its respective password extractor tools.
File Download Logic: The script makes HTTP requests using MSXML2.XMLHTTP
to fetch the .zip
files, extracts them, and saves them to the system for further extraction.l.