From 7d77935fac02272c9b0bffe313371b9dd3257e44 Mon Sep 17 00:00:00 2001 From: firefart Date: Sat, 10 Sep 2022 21:23:37 +0200 Subject: [PATCH] update --- .gitignore | 1 + main.go | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4aa8fe2d..50e7d760 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ stunner *.sh +*.txt *.tar.gz release/ dist/ diff --git a/main.go b/main.go index f329a553..7e3322d2 100644 --- a/main.go +++ b/main.go @@ -119,8 +119,8 @@ func main() { }, { Name: "brute-password", - Usage: "This command tries all passwords from a given file for a username.", - Description: "This command tries all passwords from a given file for a username.", + Usage: "This command tries all passwords from a given file for a username via the TURN protocol.", + Description: "This command tries all passwords from a given file for a username via the TURN protocol (UDP).", Flags: []cli.Flag{ &cli.BoolFlag{Name: "debug", Aliases: []string{"d"}, Value: false, Usage: "enable debug output"}, &cli.StringFlag{Name: "turnserver", Aliases: []string{"s"}, Required: true, Usage: "turn server to connect to in the format host:port"},