HackBrowserData
HackBrowserData is a powerful command-line tool designed for extracting and decrypting browser data such as passwords, cookies, history, bookmarks, credit cards, downloads, localStorage, and browser extensions. It supports various popular web browsers and works across multiple operating systems, including Windows, macOS, and Linux.
How it Works:
The tool uses the profile paths from different browsers to locate and extract the sensitive data. Below are the commands and paths for accessing this data across different browsers and operating systems:
Commands:
To use HackBrowserData, you can run the following commands based on your needs:
Extract All Browser Data (in JSON format):
Extract Specific Browser Data (e.g., Chrome):
These commands help you export data to a specified directory (results
) and compress it as a zip file if needed.
File Paths by OS and Browser:
Windows:
Google Chrome:
C:\Users\<YourUsername>\AppData\Local\Google\Chrome\User Data\Default\
Microsoft Edge:
C:\Users\<YourUsername>\AppData\Local\Microsoft\Edge\User Data\Default\
Brave:
C:\Users\<YourUsername>\AppData\Local\BraveSoftware\Brave-Browser\User Data\Default\
Opera:
C:\Users\<YourUsername>\AppData\Roaming\Opera Software\Opera Stable\
Firefox:
C:\Users\<YourUsername>\AppData\Roaming\Mozilla\Firefox\Profiles\<ProfileName>\
Linux:
Google Chrome:
~/.config/google-chrome/Default/
Chromium:
~/.config/chromium/Default/
Edge:
~/.config/microsoft-edge/Default/
Brave:
~/.config/BraveSoftware/Brave-Browser/Default/
Firefox:
~/.mozilla/firefox/<ProfileName>/
macOS:
Google Chrome:
~/Library/Application Support/Google/Chrome/Default/
Chromium:
~/Library/Application Support/Chromium/Default/
Microsoft Edge:
~/Library/Application Support/Microsoft Edge/Default/
Brave:
~/Library/Application Support/BraveSoftware/Brave-Browser/Default/
Firefox:
~/Library/Application Support/Firefox/Profiles/
Functionality and Extraction Capabilities:
Passwords: Extract stored website passwords and credentials.
Cookies: Retrieve stored browser cookies, including the expiration date.
History: Access browsing history, including URLs and timestamps.
Bookmarks: Export saved website bookmarks.
Credit Cards: Extract saved credit card information (including card numbers).
Downloads: Retrieve download records and their respective paths.
localStorage: Access locally stored data (such as HTML5 cookies).
Extensions: Extract browser extensions installed on the system.
Last updated