diff --git a/README.md b/README.md index 924d5ca..56ecd86 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ USAGE: Get all data(password/cookie/history/bookmark) from chrome VERSION: - 0.3.1 + 0.3.2 GLOBAL OPTIONS: --verbose, --vv verbose (default: false) --compress, --cc compress result to zip (default: false) diff --git a/README_ZH.md b/README_ZH.md index b868de6..2272b59 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -105,7 +105,7 @@ USAGE: Get all data(password/cookie/history/bookmark) from chrome VERSION: - 0.3.1 + 0.3.2 GLOBAL OPTIONS: --verbose, --vv verbose (default: false) --compress, --cc compress result to zip (default: false) @@ -147,6 +147,7 @@ PS C:\test> .\hack-browser-data.exe -b all -f json --dir results -cc ### 404StarLink 2.0 - Galaxy ![](https://github.com/knownsec/404StarLink-Project/raw/master/logo.png) + HackBrowserData 是 404Team [星链计划2.0](https://github.com/knownsec/404StarLink2.0-Galaxy) 中的一环,如果对 HackBrowserData有任何疑问又或是想要找小伙伴交流,可以参考[星链计划的加群方式](https://github.com/knownsec/404StarLink2.0-Galaxy#community)。 ### TODO diff --git a/cmd/cmd.go b/cmd/cmd.go index 541a0e8..0d44b77 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -25,7 +25,7 @@ func Execute() { Name: "hack-browser-data", Usage: "Export passwords/cookies/history/bookmarks from browser", UsageText: "[hack-browser-data -b chrome -f json -dir results -cc]\n Get all data(password/cookie/history/bookmark) from chrome", - Version: "0.3.1", + Version: "0.3.2", Flags: []cli.Flag{ &cli.BoolFlag{Name: "verbose", Aliases: []string{"vv"}, Destination: &verbose, Value: false, Usage: "verbose"}, &cli.BoolFlag{Name: "compress", Aliases: []string{"cc"}, Destination: &compress, Value: false, Usage: "compress result to zip"},