mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor fix
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user