mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Minor bug fix, fixes #170
This commit is contained in:
@@ -107,9 +107,6 @@ def paramToDict(place, parameters=None):
|
|||||||
warnMsg = "the testable parameter '%s' " % paramStr
|
warnMsg = "the testable parameter '%s' " % paramStr
|
||||||
warnMsg += "you provided is not into the %s" % place
|
warnMsg += "you provided is not into the %s" % place
|
||||||
|
|
||||||
if conf.multipleTargets:
|
|
||||||
warnMsg += ", skipping to next url"
|
|
||||||
|
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
elif len(conf.testParameter) != len(testableParameters.keys()):
|
elif len(conf.testParameter) != len(testableParameters.keys()):
|
||||||
|
|||||||
@@ -218,8 +218,6 @@ def initTargetEnv():
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
if conf.multipleTargets:
|
if conf.multipleTargets:
|
||||||
conf.paramDict = {}
|
|
||||||
conf.parameters = {}
|
|
||||||
kb.dbms = None
|
kb.dbms = None
|
||||||
kb.dbmsDetected = False
|
kb.dbmsDetected = False
|
||||||
kb.dbmsVersion = None
|
kb.dbmsVersion = None
|
||||||
|
|||||||
Reference in New Issue
Block a user