update readme

ᴍᴏᴏɴD4ʀᴋ 4 years ago
parent 2e2dcaf85f
commit 1298fb19bf
  1. 29
      README.md
  2. 29
      README_EN.md

@ -57,7 +57,8 @@ go build
#### 运行 #### 运行
```shell ```shell
PS C:\hack> .\hack.exe -h NAME: PS C:\hack> .\hack.exe -h
NAME:
hack-browser-data - Export passwords/cookies/history/bookmarks from browser hack-browser-data - Export passwords/cookies/history/bookmarks from browser
USAGE: USAGE:
@ -66,17 +67,31 @@ USAGE:
GLOBAL OPTIONS: GLOBAL OPTIONS:
--verbose, --vv Verbose (default: false) --verbose, --vv Verbose (default: false)
--browser value, -b value Available browsers: chrome|edge|360speed|qq|firefox (default: "chrome") --browser value, -b value Available browsers: all|360|qq|firefox|chrome|edge (default: "all")
--results-dir value, --dir value Export dir (default: "results") --results-dir value, --dir value Export dir (default: "results")
--format value, -f value Format, csv|json (default: "csv") --format value, -f value Format, csv|json (default: "csv")
--export-data value, -e value all|password|cookie|history|bookmark (default: "all") --export-data value, -e value all|password|cookie|history|bookmark (default: "all")
--help, -h show help (default: false) --help, -h show help (default: false)
PS C:\hack> .\hack.exe -b firefox PS C:\hack> .\hack.exe -b all -f json -e all --dir windows-results
[x]: Get 28 bookmarks, filename is results/bookmarks_firefox.csv [x]: Get 6 history, filename is windows-results/Chrome_cookie.json
[x]: Get 1 login data, filename is results/login_data_firefox.csv [x]: Get 6 history, filename is windows-results/Chrome_history.json
[x]: Get 10 cookies, filename is results/cookies_firefox.csv [x]: Get 1 history, filename is windows-results/Chrome_password.json
[x]: Get 33 login data, filename is results/history_firefox.csv [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
``` ```

@ -54,7 +54,8 @@ go build
#### Run #### Run
```shell ```shell
PS C:\hack> .\hack.exe -h NAME: PS C:\hack> .\hack.exe -h
NAME:
hack-browser-data - Export passwords/cookies/history/bookmarks from browser hack-browser-data - Export passwords/cookies/history/bookmarks from browser
USAGE: USAGE:
@ -63,17 +64,31 @@ USAGE:
GLOBAL OPTIONS: GLOBAL OPTIONS:
--verbose, --vv Verbose (default: false) --verbose, --vv Verbose (default: false)
--browser value, -b value Available browsers: chrome|edge|360speed|qq|firefox (default: "chrome") --browser value, -b value Available browsers: all|360|qq|firefox|chrome|edge (default: "all")
--results-dir value, --dir value Export dir (default: "results") --results-dir value, --dir value Export dir (default: "results")
--format value, -f value Format, csv|json (default: "csv") --format value, -f value Format, csv|json (default: "csv")
--export-data value, -e value all|password|cookie|history|bookmark (default: "all") --export-data value, -e value all|password|cookie|history|bookmark (default: "all")
--help, -h show help (default: false) --help, -h show help (default: false)
PS C:\hack> .\hack.exe -b firefox PS C:\hack> .\hack.exe -b all -f json -e all --dir windows-results
[x]: Get 28 bookmarks, filename is results/bookmarks_firefox.csv [x]: Get 6 history, filename is windows-results/Chrome_cookie.json
[x]: Get 1 login data, filename is results/login_data_firefox.csv [x]: Get 6 history, filename is windows-results/Chrome_history.json
[x]: Get 10 cookies, filename is results/cookies_firefox.csv [x]: Get 1 history, filename is windows-results/Chrome_password.json
[x]: Get 33 login data, filename is results/history_firefox.csv [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
``` ```

Loading…
Cancel
Save