We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2401c16 commit 5a30dbaCopy full SHA for 5a30dba
src/cmd/brute/owa.go
@@ -39,4 +39,5 @@ func init() {
39
owaCmd.Flags().IntVar(&owaOptions.Thread, "thread", 2, "Number of threads ")
40
owaCmd.MarkFlagRequired("user")
41
owaCmd.MarkFlagRequired("password")
42
+ owaCmd.MarkFlagRequired("target")
43
}
0 commit comments