Skip to content

Commit

Permalink
fix(dalfox): restore input_chunk_size to default
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell committed Nov 12, 2024
1 parent 214c8ab commit 8f0a3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secator/tasks/dalfox.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class dalfox(VulnHttp):
input_type = URL
input_flag = 'url'
file_flag = 'file'
input_chunk_size = 1
# input_chunk_size = 1
json_flag = '--format json'
version_flag = 'version'
opt_prefix = '--'
Expand Down

0 comments on commit 8f0a3b4

Please sign in to comment.