mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
little update (--ratio has a bigger priority then resumed value)
This commit is contained in:
parent
057ec8a6b2
commit
70197affa0
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ def resumeConfKb(expression, url, value):
|
||||||
if not test or test[0] in ("y", "Y"):
|
if not test or test[0] in ("y", "Y"):
|
||||||
conf.regexp = regexp
|
conf.regexp = regexp
|
||||||
|
|
||||||
elif expression == "Match ratio" and url == conf.url:
|
elif expression == "Match ratio" and url == conf.url and conf.matchRatio is None:
|
||||||
matchRatio = value[:-1]
|
matchRatio = value[:-1]
|
||||||
|
|
||||||
logMsg = "resuming match ratio '%s' from session file" % matchRatio
|
logMsg = "resuming match ratio '%s' from session file" % matchRatio
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue