feat: add yandex browser for macOS

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2021-12-10 10:58:10 +08:00
parent c92e067ccc
commit 0f2a541fa2
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,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.6",
Version: "0.3.7",
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"},