From dc39068b9627d1fbd3f5b95256f5be6a7056e2d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=8D=E1=B4=8F=E1=B4=8F=C9=B4D4=CA=80=E1=B4=8B?= Date: Thu, 23 Jul 2020 14:45:48 +0800 Subject: [PATCH] docs: update readme --- README_EN.md | 117 --------------------------------------------------- 1 file changed, 117 deletions(-) delete mode 100644 README_EN.md diff --git a/README_EN.md b/README_EN.md deleted file mode 100644 index 7edabc6..0000000 --- a/README_EN.md +++ /dev/null @@ -1,117 +0,0 @@ -# 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, macOS and Linux. - -### 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, some of the browsers require a password. - -| Browser | Password | Cookie | Bookmark | History | -| :---------------------------------- | :------: | :----: | :------: | :-----: | -| Google Chrome
Require Password | ✅ | ✅ | ✅ | ✅ | -| Firefox | ✅ | ✅ | ✅ | ✅ | -| Microsoft Edge
Require Password | ✅ | ✅ | ✅ | ✅ | -| Safari | ❌ | ❌ | ❌ | ❌ | - -#### Linux - -| Browser | Password | Cookie | Bookmark | History | -| :---------------------------------- | :------: | :----: | :------: | :-----: | -| Firefox | ✅ | ✅ | ✅ | ✅ | -| Google Chrome | ❌ | ❌ | ❌ | ❌ | - - -### 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 - -support `go 1.11+` - -```bash -git clone https://github.com/moonD4rk/HackBrowserData - -cd HackBrowserData - -go get -v -t -d ./... - -go build -``` - -#### Run - -```shell -PS C:\hack> .\hack.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: all|360|qq|firefox|chrome|edge (default: "all") - --results-dir value, --dir value Export dir (default: "results") - --format value, -f value Format, csv|json (default: "csv") - --export-data value, -e value all|password|cookie|history|bookmark (default: "all") - --help, -h show help (default: false) - -PS C:\hack> .\hack.exe -b all -f json -e all --dir windows-results -[x]: Get 6 history, filename is windows-results/Chrome_cookie.json -[x]: Get 6 history, filename is windows-results/Chrome_history.json -[x]: Get 1 history, filename is windows-results/Chrome_password.json -[x]: Get 1 history, filename is windows-results/Microsoft_Edge_password.json -[x]: Get 45 history, filename is windows-results/Microsoft_Edge_cookie.json -[x]: Get 54 history, filename is windows-results/Microsoft_Edge_history.json -[x]: Get 18 history, filename is windows-results/360speed_history.json -[x]: Get 6 bookmarks, filename is windows-results/360speed_bookmark.json -[x]: Get 1 history, filename is windows-results/360speed_password.json -[x]: Get 19 history, filename is windows-results/360speed_cookie.json -[x]: Get 12 bookmarks, filename is windows-results/qq_bookmark.json -[x]: Get 1 history, filename is windows-results/qq_password.json -[x]: Get 14 history, filename is windows-results/qq_cookie.json -[x]: Get 12 history, filename is windows-results/qq_history.json -[x]: Get 10 history, filename is windows-results/Firefox_cookie.json -[x]: Get 33 history, filename is windows-results/Firefox_history.json -[x]: Get 28 bookmarks, filename is windows-results/Firefox_bookmark.json -[x]: Get 1 history, filename is windows-results/Firefox_password.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 -- [x] Firefox -- [ ] Safari -- [ ] IE \ No newline at end of file