mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 01:56:36 +03:00
minor fix
This commit is contained in:
parent
e1cec8c02b
commit
ad6b2e9c21
|
@ -291,8 +291,9 @@ def start():
|
||||||
condition = True
|
condition = True
|
||||||
|
|
||||||
if condition:
|
if condition:
|
||||||
conf.matchRatio = kb.paramMatchRatio[(kb.injPlace, kb.injParameter)]
|
if kb.paramMatchRatio:
|
||||||
setMatchRatio()
|
conf.matchRatio = kb.paramMatchRatio[(kb.injPlace, kb.injParameter)]
|
||||||
|
setMatchRatio()
|
||||||
checkForParenthesis()
|
checkForParenthesis()
|
||||||
action()
|
action()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user