mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
fix: the bug that the command line Usage prompt is incomplete
The full prompt is "password|bookmark|cookie|history|credit card|download|localStorage|extension" Signed-off-by: yuxiaojun <yuxiaojun@uniontech.com>
This commit is contained in:
@@ -27,7 +27,7 @@ func main() {
|
||||
func Execute() {
|
||||
app := &cli.App{
|
||||
Name: "hack-browser-data",
|
||||
Usage: "Export passwords/cookies/history/bookmarks from browser",
|
||||
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",
|
||||
Flags: []cli.Flag{
|
||||
|
||||
Reference in New Issue
Block a user