Skip to content

Commit 5a30dba

Browse files
committed
Fix missing required argument
1 parent 2401c16 commit 5a30dba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmd/brute/owa.go

+1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ func init() {
3939
owaCmd.Flags().IntVar(&owaOptions.Thread, "thread", 2, "Number of threads ")
4040
owaCmd.MarkFlagRequired("user")
4141
owaCmd.MarkFlagRequired("password")
42+
owaCmd.MarkFlagRequired("target")
4243
}

0 commit comments

Comments
 (0)