You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ᴍᴏᴏɴD4ʀᴋ fe6c77f773 docs: update readme 4 years ago
cmd feat: add csv and json output 4 years ago
core/common feat: add csv and json output 4 years ago
log feat: add history parse 4 years ago
utils feat: add csv and json output 4 years ago
.gitignore feat: add csv and json output 4 years ago
README.md docs: update readme 4 years ago
go.mod feat: add csv and json output 4 years ago
go.sum feat: add csv and json output 4 years ago
main.go feat: add csv and json output 4 years ago

README.md

HackBrowserData

一款支持全平台(Windows | MacOS | Linux)的浏览器数据(Password | History | Bookmark | Cookie)导出工具

安装编译

  1. 直接下载编译好的二进制文件

  2. 手动编译

    git clone https://github.com/moonD4rk/HackBrowserData
    
    cd HackBrowserData && go mod tidy
    

运行

```bash
./hack-browser-data -h
NAME:
   hack-browser-data - export passwords/cookies/history/bookmarks from browser

VERSION:
   0.1.0

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --browser value, -b value      browser name, all|chrome|safari (default: "all")
   --results-dir value, -d value  export dir (default: "results")
   --format value, -f value       result format, csv|json (default: "csv")
   --export-data value, -e value  all|password|cookie|history|bookmark (default: "all")
   --help, -h                     show help (default: false)
   --version, -v                  print the version (default: false)

目前支持平台

Browser Password Cookie Bookmark History
Windows Chrome
MacOS Chrome
Linux Chrome
Windows Edge
MacOS Edge
Linux Edge
MacOS Safari
MacOS Keychain

Todo List

based this two list

Desktop Browser Market Share Worldwide

Chrome Safari Firefox Edge Legacy IE Other
68.33% 9.4% 8.91% 4.41% 3% 3%

Desktop Browser Market Share China

Chrome 360 Safe Firefox QQ Browser IE Sogou Explorer
68.33% 9.4% 8.91% 4.41% 5.65% 4.74%

I woulf support those browser in the future

  1. Firefox
  2. Safari
  3. Edge
  4. 360 browser
  5. IE