HackBrowserData is an open-source tool that could help you decrypt data ( password|bookmark|cookie|history|credit card|download|localStorage|extension ) from the browser. It supports the most popular browsers on the market and runs on Windows, macOS and Linux.
Disclaimer: This tool is limited to security research only, and the user assumes all legal and related responsibilities arising from its use! The author assumes no legal responsibility!
Supported Browser
Windows
Browser
Password
Cookie
Bookmark
History
Google Chrome
✅
✅
✅
✅
Google Chrome Beta
✅
✅
✅
✅
Chromium
✅
✅
✅
✅
Microsoft Edge
✅
✅
✅
✅
360 Speed
✅
✅
✅
✅
QQ
✅
✅
✅
✅
Brave
✅
✅
✅
✅
Opera
✅
✅
✅
✅
OperaGX
✅
✅
✅
✅
Vivaldi
✅
✅
✅
✅
Yandex
✅
✅
✅
✅
CocCoc
✅
✅
✅
✅
Firefox
✅
✅
✅
✅
Firefox Beta
✅
✅
✅
✅
Firefox Dev
✅
✅
✅
✅
Firefox ESR
✅
✅
✅
✅
Firefox Nightly
✅
✅
✅
✅
Internet Explorer
❌
❌
❌
❌
MacOS
Based on Apple’s security policy, some browsers require a current user password to decrypt.
Browser
Password
Cookie
Bookmark
History
Google Chrome
✅
✅
✅
✅
Google Chrome Beta
✅
✅
✅
✅
Chromium
✅
✅
✅
✅
Microsoft Edge
✅
✅
✅
✅
Brave
✅
✅
✅
✅
Opera
✅
✅
✅
✅
OperaGX
✅
✅
✅
✅
Vivaldi
✅
✅
✅
✅
CocCoc
✅
✅
✅
✅
Firefox
✅
✅
✅
✅
Firefox Beta
✅
✅
✅
✅
Firefox Dev
✅
✅
✅
✅
Firefox ESR
✅
✅
✅
✅
Firefox Nightly
✅
✅
✅
✅
Yandex
✅
✅
✅
✅
Safari
❌
❌
❌
❌
Linux
Browser
Password
Cookie
Bookmark
History
Google Chrome
✅
✅
✅
✅
Google Chrome Beta
✅
✅
✅
✅
Chromium
✅
✅
✅
✅
Microsoft Edge Dev
✅
✅
✅
✅
Brave
✅
✅
✅
✅
Opera
✅
✅
✅
✅
Vivaldi
✅
✅
✅
✅
Firefox
✅
✅
✅
✅
Firefox Beta
✅
✅
✅
✅
Firefox Dev
✅
✅
✅
✅
Firefox ESR
✅
✅
✅
✅
Firefox Nightly
✅
✅
✅
✅
Getting started
Install
Installation of HackBrowserData is dead-simple, just download the release for your system and run the binary.
In some situations, this security tool will be treated as a virus by Windows Defender or other antivirus software and can not be executed. The code is all open source, you can modify and compile by yourself.
Building from source
only support go 1.18+ with go generics
$ git clone https://github.com/moonD4rk/HackBrowserData
$ cd HackBrowserData/cmd/hack-browser-data
$ CGO_ENABLED=1 go build
Cross compile
Need install target OS’s gcc library, here’s an example of use Mac building for Windows and Linux
For Windows
brew install mingw-w64
CGO_ENABLED=1 GOOS=windows GOARCH=amd64 CC=x86_64-w64-mingw32-gcc go build