Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Sep 10, 2022
1 parent 605ddeb commit 7d77935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
stunner
*.sh
*.txt
*.tar.gz
release/
dist/
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 7d77935

Please sign in to comment.