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.
109 lines
3.8 KiB
109 lines
3.8 KiB
# HackBrowserData
|
|
|
|
hack-browser-data is an open-source tool that could help you export data from browser. It supports the most popular browsers on the market and runs on Windows and macOS.
|
|
|
|
### Supported Browser
|
|
|
|
#### Windows
|
|
| Browser | Password | Cookie | Bookmark | History |
|
|
| :---------------------------------- | :------: | :----: | :------: | :-----: |
|
|
| Google Chrome (Full Version) | ✅ | ✅ | ✅ | ✅ |
|
|
| Firefox | ✅ | ✅ | ✅ | ✅ |
|
|
| Microsoft Edge | ✅ | ✅ | ✅ | ✅ |
|
|
| 360 Speed Browser | ✅ | ✅ | ✅ | ✅ |
|
|
| QQ Browser | ✅ | ✅ | ✅ | ✅ |
|
|
| Internet Explorer | ❌ | ❌ | ❌ | ❌ |
|
|
|
|
#### MacOS
|
|
|
|
Because of the security policies, all those browsers require a password.
|
|
|
|
| Browser | Password | Cookie | Bookmark | History |
|
|
| :---------------------------------- | :------: | :----: | :------: | :-----: |
|
|
| Google Chrome | ✅ | ✅ | ✅ | ✅ |
|
|
| Firefox | ✅ | ✅ | ✅ | ✅ |
|
|
| Microsoft Edge | ✅ | ✅ | ✅ | ✅ |
|
|
| Safari | ❌ | ❌ | ❌ | ❌ |
|
|
|
|
#### Linux
|
|
|
|
These browsers will be supported in the future.
|
|
|
|
| Browser | Password | Cookie | Bookmark | History |
|
|
| :---------------------------------- | :------: | :----: | :------: | :-----: |
|
|
| Firefox | ❌ | ❌ | ❌ | ❌ |
|
|
| Google Chrome | ❌ | ❌ | ❌ | ❌ |
|
|
| Microsoft Edge | ❌ | ❌ | ❌ | ❌ |
|
|
|
|
|
|
### Install
|
|
|
|
Installation of hack-browser-data is dead-simple, just download [the release for your system](https://github.com/moonD4rk/HackBrowserData/releases) and run the binary.
|
|
|
|
#### Building from source
|
|
|
|
```bash
|
|
git clone https://github.com/moonD4rk/HackBrowserData
|
|
|
|
cd HackBrowserData && go mod tidy
|
|
|
|
go build
|
|
```
|
|
|
|
#### Run
|
|
|
|
```shell
|
|
✗ .\hack-browser-data.exe -h
|
|
NAME:
|
|
hack-browser-data - Export passwords/cookies/history/bookmarks from browser
|
|
|
|
USAGE:
|
|
[hack-browser-data -b chrome -f json -dir results -e all]
|
|
Get all data(password/cookie/history/bookmark) from chrome
|
|
|
|
GLOBAL OPTIONS:
|
|
--verbose, --vv verbose (default: false)
|
|
--browser value, -b value available browsers: chrome|edge|360speed|qq (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)
|
|
```
|
|
|
|
|
|
|
|
```shell
|
|
✗ ./hack-browser-data.exe -b chrome -f json -dir results -e all
|
|
[x]: Get 538 bookmarks, filename is results/bookmarks_chrome.json
|
|
[x]: Get 1610 cookies, filename is results/cookies_chrome.json
|
|
[x]: Get 44050 history, filename is results/history_chrome.json
|
|
[x]: Get 457 login data, filename is results/login_data_chrome.json
|
|
```
|
|
|
|
|
|
|
|
|
|
### TODO
|
|
|
|
[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 |
|
|
| :----- | :------: | :-----: | :--------: | :---: | :------------: |
|
|
| 39.85% | 22.26% | 9.28% | 6.5% | 5.65% | 4.74% |
|
|
|
|
|
|
|
|
- [x] Chrome
|
|
- [x] QQ browser
|
|
- [x] Edge
|
|
- [x] 360 speed browser
|
|
- [ ] 360 secure browser
|
|
- [ ] Safari
|
|
- [ ] Firefox
|
|
- [ ] IE |