Skip to content

Commit

Permalink
update dirsearch json option
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell committed Nov 28, 2024
1 parent 97115da commit 2c23e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secator/tasks/dirsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class dirsearch(HttpFuzzer):
cmd = 'dirsearch'
input_flag = '-u'
file_flag = '-l'
json_flag = '--format json'
json_flag = '-O json'
opt_prefix = '--'
encoding = 'ansi'
opt_key_map = {
Expand Down

0 comments on commit 2c23e90

Please sign in to comment.