mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 16:24:25 +03:00
Minor bug fix, fixes #170
This commit is contained in:
parent
572b6fd920
commit
5063401130
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user