Skip to content

Commit d179ea6

Browse files
committed
update to 0.2.7, default output method change to csv
1 parent d69f065 commit d179ea6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ USAGE:
9595
[hack-browser-data -b chrome -f json -dir results -cc]
9696
Get all data(password/cookie/history/bookmark) from chrome
9797
VERSION:
98-
0.2.6
98+
0.2.7
9999
GLOBAL OPTIONS:
100100
--verbose, --vv Verbose (default: false)
101101
--compress, --cc Compress result to zip (default: false)
102102
--browser value, -b value Available browsers: all|edge|firefox|chrome (default: "all")
103103
--results-dir value, --dir value Export dir (default: "results")
104-
--format value, -f value Format, csv|json|console (default: "json")
104+
--format value, -f value Format, csv|json|console (default: "csv")
105105
--help, -h show help (default: false)
106106
--version, -v print the version (default: false)
107107

README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ USAGE:
9292
[hack-browser-data -b chrome -f json -dir results -cc]
9393
Get all data(password/cookie/history/bookmark) from chrome
9494
VERSION:
95-
0.2.6
95+
0.2.7
9696
GLOBAL OPTIONS:
9797
--verbose, --vv Verbose (default: false)
9898
--compress, --cc Compress result to zip (default: false)
9999
--browser value, -b value Available browsers: all|edge|firefox|chrome|qq|360 (default: "all")
100100
--results-dir value, --dir value Export dir (default: "results")
101-
--format value, -f value Format, csv|json|console (default: "json")
101+
--format value, -f value Format, csv|json|console (default: "csv")
102102
--help, -h show help (default: false)
103103
--version, -v print the version (default: false)
104104

0 commit comments

Comments
 (0)