mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-19 04:23:12 +03:00
little update (--ratio has a bigger priority then resumed value)
This commit is contained in:
parent
057ec8a6b2
commit
70197affa0
|
@ -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 New Issue
Block a user