mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +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
|
||||
logger.info(logMsg)
|
||||
|
||||
if matchRatio not in ( "None", None ):
|
||||
try:
|
||||
conf.matchRatio = round(float(matchRatio), 3)
|
||||
except ValueError:
|
||||
pass
|
||||
|
||||
elif expression == "Injection point" and url == conf.url:
|
||||
injPlace = value[:-1]
|
||||
|
|
Loading…
Reference in New Issue
Block a user