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