mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Patch for an Issue #732
This commit is contained in:
@@ -1910,7 +1910,7 @@ def _mergeOptions(inputOptions, overrideOptions):
|
||||
types_.update(optDict[group])
|
||||
|
||||
for key in conf:
|
||||
if key.upper() in _:
|
||||
if key.upper() in _ and key in types_:
|
||||
value = _[key.upper()]
|
||||
|
||||
if types_[key] == OPTION_TYPE.BOOLEAN:
|
||||
|
||||
Reference in New Issue
Block a user