mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
docs: update verion flag to 0.3.2
This commit is contained in:
@@ -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)
|
||||
|
||||
+2
-1
@@ -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
|
||||

|
||||
|
||||
HackBrowserData 是 404Team [星链计划2.0](https://github.com/knownsec/404StarLink2.0-Galaxy) 中的一环,如果对 HackBrowserData有任何疑问又或是想要找小伙伴交流,可以参考[星链计划的加群方式](https://github.com/knownsec/404StarLink2.0-Galaxy#community)。
|
||||
|
||||
### TODO
|
||||
|
||||
+1
-1
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user