mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +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
|
||||
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:
|
||||
injPlace = value[:-1]
|
||||
|
|
Loading…
Reference in New Issue
Block a user