mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-12-01 22:13:53 +03:00
Little precaution
This commit is contained in:
parent
f6a17cb1a8
commit
544327379f
|
@ -341,7 +341,8 @@ def resumeConfKb(expression, url, value):
|
||||||
logMsg = "resuming match ratio '%s' from session file" % matchRatio
|
logMsg = "resuming match ratio '%s' from session file" % matchRatio
|
||||||
logger.info(logMsg)
|
logger.info(logMsg)
|
||||||
|
|
||||||
conf.matchRatio = round(float(matchRatio), 3)
|
if matchRatio not in ( "None", None ):
|
||||||
|
conf.matchRatio = round(float(matchRatio), 3)
|
||||||
|
|
||||||
elif expression == "Injection point" and url == conf.url:
|
elif expression == "Injection point" and url == conf.url:
|
||||||
injPlace = value[:-1]
|
injPlace = value[:-1]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user