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.
HackBrowserData/README.md

85 lines
3.1 KiB

# HackBrowserData
4 years ago
一款支持全平台(Windows | MacOS | Linux)的浏览器数据(Password | History | Bookmark | Cookie)导出工具
4 years ago
### 安装编译
4 years ago
你可以选择下载编译好的[二进制文件](https://github.com/moonD4rk/HackBrowserData/releases)
4 years ago
4 years ago
也可以通过源码手动编译
4 years ago
4 years ago
```bash
git clone https://github.com/moonD4rk/HackBrowserData
cd HackBrowserData && go mod tidy
4 years ago
go build
4 years ago
```
4 years ago
### 运行
```bash
./hack-browser-data -h
NAME:
hack-browser-data - export passwords/cookies/history/bookmarks from browser
4 years ago
USAGE:
[hack-browser-data -b chrome -f json -dir results -e all]
Get all data(password/cookie/history/bookmark) from chrome
4 years ago
GLOBAL OPTIONS:
4 years ago
--verbose, --vv verbose (default: false)
--browser value, -b value available browsers: edge|chrome (default: "chrome")
--results-dir value, --dir 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)
4 years ago
```
### 目前支持平台
4 years ago
| Browser | Password | Cookie | Bookmark | History |
| :---------------------------------- | :------: | :----: | :------: | :-----: |
| Chrome [Windows] | ✔ | ✔ | ✔ | ✔ |
| Chrome [MacOS]<br />(need password) | ✔ | ✔ | ✔ | ✔ |
| Edge [Windows] | ✔ | ✔ | ✔ | ✔ |
| Edge [MacOS]<br />(need password) | ✔ | ✔ | ✔ | ✔ |
| 360 Secure Browser [Windows] | ✔ | ✔ | ✔ | ✔ |
| 360 Speed Browser [Windows] | ✖ | ✖ | ✖ | ✖ |
| FireFox [Windows] | ✖ | ✖ | ✖ | ✖ |
| FireFox [MacOS] | ✖ | ✖ | ✖ | ✖ |
| Safari [MacOS] | ✖ | ✖ | ✖ | ✖ |
| Internet Explorer [Windows] | ✖ | ✖ | ✖ | ✖ |
| QQ Browser [Windows] | ✖ | ✖ | ✖ | ✖ |
| Chrome [Linux] | ✖ | ✖ | ✖ | ✖ |
4 years ago
### Todo List
[Desktop Browser Market Share Worldwide](https://gs.statcounter.com/browser-market-share/desktop/worldwide)
| Chrome | Safari | Firefox | Edge Legacy | IE | Other |
| :------:| :------: | :----: | :------: | :-----: | :--: |
| 68.33% | 9.4% | 8.91% | 4.41% | 3% | 3% |
[Desktop Browser Market Share China](https://gs.statcounter.com/browser-market-share/desktop/china)
| Chrome | 360 Safe | Firefox | QQ Browser | IE | Sogou Explorer |
| :----- | :------: | :-----: | :--------: | :---: | :------------: |
4 years ago
| 39.85% | 22.26% | 9.28% | 6.5% | 5.65% | 4.74% |
4 years ago
4 years ago
Based on those two lists, I woulf support those browser in the future
- [x] Chrome
- [ ] Safari
- [ ] Firefox
4 years ago
- [x] Edge
- [x] 360 browser
4 years ago
- [ ] IE