feat: support chrome beta

This commit is contained in:
moond4rk
2020-11-17 12:39:01 +08:00
committed by ᴍᴏᴏɴD4ʀᴋ
parent a6d21b8289
commit 3af3aebe39
4 changed files with 39 additions and 14 deletions
+1 -1
View File
@@ -23,7 +23,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.2.7",
Version: "0.2.8",
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"},