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