Skip to content

Commit be74cf8

Browse files
authored
Update urlbrute.py
1 parent 9e2b78d commit be74cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

urlbrute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def set_arguments():
230230

231231
if args.sub_domain:
232232
mode = "SUB"
233-
elif args.dirs:
233+
elif args.dir:
234234
mode = "DIR"
235235
elif args.robots:
236236
mode = "ROBOTS"

0 commit comments

Comments
 (0)