mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 09:24:01 +01:00
minor fix
This commit is contained in:
parent
e1cec8c02b
commit
ad6b2e9c21
1 changed files with 3 additions and 2 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue