Decrypt Browser Data – passwords/cookies/history/bookmarks/ credit card from the browser Ankit Chaubey, 14, October 202214, October 2022 HackBrowserData is an open-source tool that helps you decrypt data from the browser, including passwords, bookmarks, cookies, history, credit card info, and download links. It supports the most popular browsers and runs on Windows, macOS and Linux.https://github.com/moonD4rk/HackBrowserDataTABLE OF CONTENTS1 Supported Browser1.1 Windows2 MacOS3 Linux3.0.1 Inatall3.1 Building from source3.2 Windows3.3 Linux3.4 Run3.5 Run with custom browser profile path3.5.0.1 Read also – How to not be Tracked Online and Cover up your Digital Footprint3.6 About The Author3.6.1 Ankit Chaubey3.7 RelatedSupported BrowserWindowsBrowserPasswordCookieBookmarkHistoryGoogle 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ββββMacOSBased on Apple’s security policy, some browsers require a current user password to decrypt.BrowserPasswordCookieBookmarkHistoryGoogle Chromeβ β β β Google Chrome Betaβ β β β Chromiumβ β β β Microsoft Edgeβ β β β Braveβ β β β Operaβ β β β OperaGXβ β β β Vivaldiβ β β β Yandexβ β β β CocCocβ β β β Firefoxβ β β β Firefox Betaβ β β β Firefox Devβ β β β Firefox ESRβ β β β Firefox Nightlyβ β β β SafariββββLinuxBrowserPasswordCookieBookmarkHistoryGoogle Chromeβ β β β Google Chrome Betaβ β β β Chromiumβ β β β Microsoft Edge Devβ β β β Braveβ β β β Operaβ β β β Vivaldiβ β β β Firefoxβ β β β Firefox Betaβ β β β Firefox Devβ β β β Firefox ESRβ β β β Firefox Nightlyβ β β β InatallThe installation process for HackBrowserData is very straightforward – simply download the release that’s compatible with your system and run the binary file.Building from sourcesupport go 1.14+git clone https://github.com/moonD4rk/HackBrowserDatacd HackBrowserDatago buildCross compileNeed to install target OS’s gcc library, here’s an example of the use Mac building for Windows and LinusWindowsbrew install mingw-w64CGO_ENABLED=1 GOOS=windows GOARCH=amd64 CC="x86_64-w64-mingw32-gcc" go buildLinuxbrew install FiloSottile/musl-cross/musl-crossCC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g++ GOARCH=amd64 GOOS=linux CGO_ENABLED=1 go build -ldflags "-linkmode external -extldflags -static"RunYou can double-click to run, or use the command line.PS C:\test> .\hack-browser-data.exe -h NAME: hack-browser-data - Export passwords/cookies/history/bookmarks from browser USAGE: Get all data(password/cookie/history/bookmark) from chrome VERSION: 0.3.7GLOBAL OPTIONS: --verbose, --vv verbose (default: false) --compress, --cc compress result to zip (default: false) --browser value, -b value available browsers: all|opera|firefox|chrome|edge (default: "all") --results-dir value, --dir value export dir (default: "results") --format value, -f value format, csv|json|console (default: "csv") --profile-dir-path value, -p value custom profile dir path, get with chrome://version --key-file-path value, -k value custom key file path --help, -h show help (default: false) --version, -v print the version (default: false) PS C:\test> .\hack-browser-data.exe -b all -f json --dir results -cc [x]: Get 44 cookies, filename is results/microsoft_edge_cookie.json [x]: Get 54 history, filename is results/microsoft_edge_history.json [x]: Get 1 passwords, filename is results/microsoft_edge_password.json [x]: Get 4 bookmarks, filename is results/microsoft_edge_bookmark.json [x]: Get 6 bookmarks, filename is results/360speed_bookmark.json [x]: Get 19 cookies, filename is results/360speed_cookie.json [x]: Get 18 history, filename is results/360speed_history.json [x]: Get 1 passwords, filename is results/360speed_password.json [x]: Get 12 history, filename is results/qq_history.json [x]: Get 1 passwords, filename is results/qq_password.json [x]: Get 12 bookmarks, filename is results/qq_bookmark.json [x]: Get 14 cookies, filename is results/qq_cookie.json [x]: Get 28 bookmarks, filename is results/firefox_bookmark.json [x]: Get 10 cookies, filename is results/firefox_cookie.json [x]: Get 33 history, filename is results/firefox_history.json [x]: Get 1 passwords, filename is results/firefox_password.json [x]: Get 1 passwords, filename is results/chrome_password.json [x]: Get 4 bookmarks, filename is results/chrome_bookmark.json [x]: Get 6 cookies, filename is results/chrome_cookie.json [x]: Get 6 history, filename is results/chrome_history.json [x]: Compress success, zip filename is results/archive.zipRun with custom browser profile pathPS C:\Users\User\Desktop> .\hack-browser-data.exe -b edge -p 'C:\Users\User\AppData\Local\Microsoft\Edge\User Data\Default' -k 'C:\Users\User\AppData\Local\Microsoft\Edge\User Data\Local State' [x]: Get 29 history, filename is results/microsoft_edge_history.csv [x]: Get 0 passwords, filename is results/microsoft_edge_password.csv [x]: Get 1 credit cards, filename is results/microsoft_edge_credit.csv [x]: Get 4 bookmarks, filename is results/microsoft_edge_bookmark.csv [x]: Get 54 cookies, filename is results/microsoft_edge_cookie.csv PS C:\Users\User\Desktop> .\hack-browser-data.exe -b edge -p 'C:\Users\User\AppData\Local\Microsoft\Edge\User Data\Default' [x]: Get 1 credit cards, filename is results/microsoft_edge_credit.csv [x]: Get 4 bookmarks, filename is results/microsoft_edge_bookmark.csv [x]: Get 54 cookies, filename is results/microsoft_edge_cookie.csv [x]: Get 29 history, filename is results/microsoft_edge_history.csv [x]: Get 0 passwords, filename is results/microsoft_edge_password.csvRead also – How to not be Tracked Online and Cover up your Digital FootprintAbout The Author Ankit Chaubey See author's postsRelated Hacking Linux Windows HackBrowserLinuxMacWindows
Hacking The Best Ethical Hacking Books To Learn Hacking In 2023 13, December 20221, January 2023Hacking and Penetration Testing is a popular field of study, and it has been for many years. However, there are many different books that cover this topic. Here are some of the best books for learning hacking in 2022:TABLE OF CONTENTS1 1. The Basics of Hacking and Penetration Testing2 2…. Read More
Android What is Raspberry Pi and What can you do with a Raspberry Pi 5, June 202216, August 2023TABLE OF CONTENTS1 What is Raspberry Pi?2 What’s the Raspberry Pi Foundation?2.1 What Raspberry Pi models have been released?3 What can you do with a Raspberry Pi?3.0.1 Raspberry Pi Official3.1 About The Author3.1.1 Ankit ChaubeyWhat is Raspberry Pi? Raspberry Pi is a series of small single-board computers (SBCs) developed in… Read More
Windows Windows Run Command List: Unlock the Power of Quick Commands 10, June 202310, June 2023TABLE OF CONTENTS1 Introduction2 Table of Contents3 1. What is the Windows Run Command ?4 2. How to Access the Windows Run Command ?5 3. Essential Run Commands for System Settings5.1 Control Panel: Accessing Classic System Settings5.2 Network Connections: Managing Network Interfaces5.3 System Configuration: Configuring Startup Options5.4 Power Options: Quick… Read More