mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
minor fix
This commit is contained in:
@@ -291,6 +291,7 @@ def start():
|
|||||||
condition = True
|
condition = True
|
||||||
|
|
||||||
if condition:
|
if condition:
|
||||||
|
if kb.paramMatchRatio:
|
||||||
conf.matchRatio = kb.paramMatchRatio[(kb.injPlace, kb.injParameter)]
|
conf.matchRatio = kb.paramMatchRatio[(kb.injPlace, kb.injParameter)]
|
||||||
setMatchRatio()
|
setMatchRatio()
|
||||||
checkForParenthesis()
|
checkForParenthesis()
|
||||||
|
|||||||
Reference in New Issue
Block a user