We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7ad31 commit 72137e8Copy full SHA for 72137e8
1 file changed
lib/utils/api.py
@@ -447,8 +447,6 @@ def scan_start(taskid):
447
if taskid not in tasks:
448
abort(500, "Invalid task ID")
449
450
- tasks[taskid].reset_options()
451
-
452
# Initialize sqlmap engine's options with user's provided options, if any
453
for option, value in request.json.items():
454
tasks[taskid].set_option(option, value)
0 commit comments