Skip to content

Commit

Permalink
update to 0.2.7, default output method change to csv
Browse files Browse the repository at this point in the history
  • Loading branch information
moonD4rk committed Nov 10, 2020
1 parent d69f065 commit d179ea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -95,13 +95,13 @@ USAGE:
[hack-browser-data -b chrome -f json -dir results -cc]
Get all data(password/cookie/history/bookmark) from chrome
VERSION:
0.2.6
0.2.7
GLOBAL OPTIONS:
--verbose, --vv Verbose (default: false)
--compress, --cc Compress result to zip (default: false)
--browser value, -b value Available browsers: all|edge|firefox|chrome (default: "all")
--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)
--version, -v print the version (default: false)
Expand Down
4 changes: 2 additions & 2 deletions README_ZH.md
Expand Up @@ -92,13 +92,13 @@ USAGE:
[hack-browser-data -b chrome -f json -dir results -cc]
Get all data(password/cookie/history/bookmark) from chrome
VERSION:
0.2.6
0.2.7
GLOBAL OPTIONS:
--verbose, --vv Verbose (default: false)
--compress, --cc Compress result to zip (default: false)
--browser value, -b value Available browsers: all|edge|firefox|chrome|qq|360 (default: "all")
--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)
--version, -v print the version (default: false)
Expand Down

0 comments on commit d179ea6

Please sign in to comment.