mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 01:56:36 +03:00
Patch for an Issue #732
This commit is contained in:
parent
2a88436417
commit
a47072eced
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user