chore: update version flag

pull/199/head
moonD4rk 2 years ago
parent b65d3186c4
commit b0cb59ec2c
No known key found for this signature in database
GPG Key ID: 5AB6217E08D39ABA
  1. 2
      cmd/hack-browser-data/main.go

@ -28,7 +28,7 @@ func Execute() {
Name: "hack-browser-data",
Usage: "Export password|bookmark|cookie|history|credit card|download|localStorage|extension from browser",
UsageText: "[hack-browser-data -b chrome -f json -dir results -cc]\nExport all browingdata(password/cookie/history/bookmark) from browser\nGithub Link: https://github.com/moonD4rk/HackBrowserData",
Version: "0.4.4",
Version: "0.5.0",
Flags: []cli.Flag{
&cli.BoolFlag{Name: "verbose", Aliases: []string{"vv"}, Destination: &verbose, Value: false, Usage: "verbose"},
&cli.BoolFlag{Name: "compress", Aliases: []string{"zip"}, Destination: &compress, Value: false, Usage: "compress result to zip"},

Loading…
Cancel
Save