mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Fixes #5044
This commit is contained in:
parent
7149991faf
commit
e1a04a8201
2 changed files with 2 additions and 2 deletions
|
|
@ -496,7 +496,7 @@ def start():
|
|||
if skip:
|
||||
continue
|
||||
|
||||
if place not in conf.paramDict:
|
||||
if place not in conf.paramDict or place not in conf.parameters:
|
||||
continue
|
||||
|
||||
paramDict = conf.paramDict[place]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue