feat: support brave browser, Close #31

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-10-26 12:39:09 +08:00
parent f61750b1bf
commit 25bac647e6
6 changed files with 30 additions and 1 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.4",
Version: "0.2.5",
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"},