mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-30 18:03:08 +03:00
minor update :)
This commit is contained in:
parent
4a9bd3a240
commit
d97e97d884
|
@ -347,8 +347,10 @@ 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)
|
||||||
|
|
||||||
if matchRatio not in ( "None", None ):
|
try:
|
||||||
conf.matchRatio = round(float(matchRatio), 3)
|
conf.matchRatio = round(float(matchRatio), 3)
|
||||||
|
except ValueError:
|
||||||
|
pass
|
||||||
|
|
||||||
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