docs: update to 0.2.7, default output method change to csv

pull/83/head
moond4rk 4 years ago committed by ᴍᴏᴏɴD4ʀᴋ
parent 24f2ceb6b4
commit 756224de5d
  1. 4
      README.md
  2. 4
      README_ZH.md

@ -95,13 +95,13 @@ USAGE:
[hack-browser-data -b chrome -f json -dir results -cc] [hack-browser-data -b chrome -f json -dir results -cc]
Get all data(password/cookie/history/bookmark) from chrome Get all data(password/cookie/history/bookmark) from chrome
VERSION: VERSION:
0.2.6 0.2.7
GLOBAL OPTIONS: GLOBAL OPTIONS:
--verbose, --vv Verbose (default: false) --verbose, --vv Verbose (default: false)
--compress, --cc Compress result to zip (default: false) --compress, --cc Compress result to zip (default: false)
--browser value, -b value Available browsers: all|edge|firefox|chrome (default: "all") --browser value, -b value Available browsers: all|edge|firefox|chrome (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|console (default: "json") --format value, -f value Format, csv|json|console (default: "csv")
--help, -h show help (default: false) --help, -h show help (default: false)
--version, -v print the version (default: false) --version, -v print the version (default: false)

@ -92,13 +92,13 @@ USAGE:
[hack-browser-data -b chrome -f json -dir results -cc] [hack-browser-data -b chrome -f json -dir results -cc]
Get all data(password/cookie/history/bookmark) from chrome Get all data(password/cookie/history/bookmark) from chrome
VERSION: VERSION:
0.2.6 0.2.7
GLOBAL OPTIONS: GLOBAL OPTIONS:
--verbose, --vv Verbose (default: false) --verbose, --vv Verbose (default: false)
--compress, --cc Compress result to zip (default: false) --compress, --cc Compress result to zip (default: false)
--browser value, -b value Available browsers: all|edge|firefox|chrome|qq|360 (default: "all") --browser value, -b value Available browsers: all|edge|firefox|chrome|qq|360 (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|console (default: "json") --format value, -f value Format, csv|json|console (default: "csv")
--help, -h show help (default: false) --help, -h show help (default: false)
--version, -v print the version (default: false) --version, -v print the version (default: false)

Loading…
Cancel
Save