mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
do not reset options when firing a scan
This commit is contained in:
parent
af7ad31182
commit
72137e85f9
|
@ -447,8 +447,6 @@ def scan_start(taskid):
|
|||
if taskid not in tasks:
|
||||
abort(500, "Invalid task ID")
|
||||
|
||||
tasks[taskid].reset_options()
|
||||
|
||||
# Initialize sqlmap engine's options with user's provided options, if any
|
||||
for option, value in request.json.items():
|
||||
tasks[taskid].set_option(option, value)
|
||||
|
|
Loading…
Reference in New Issue
Block a user