mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +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
|
||||
|
||||
if condition:
|
||||
if kb.paramMatchRatio:
|
||||
conf.matchRatio = kb.paramMatchRatio[(kb.injPlace, kb.injParameter)]
|
||||
setMatchRatio()
|
||||
checkForParenthesis()
|
||||
|
|
|
|||
Loading…
Reference in a new issue