mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
fix for all that stable, dynamic mambo jambo :)
This commit is contained in:
parent
f1f7e0bfe0
commit
e1cec8c02b
5 changed files with 13 additions and 6 deletions
|
|
@ -30,6 +30,7 @@ from lib.core.exception import sqlmapNotVulnerableException
|
|||
from lib.core.exception import sqlmapSilentQuitException
|
||||
from lib.core.exception import sqlmapUserQuitException
|
||||
from lib.core.session import setInjection
|
||||
from lib.core.session import setMatchRatio
|
||||
from lib.core.target import initTargetEnv
|
||||
from lib.core.target import setupTargetEnv
|
||||
from lib.core.target import findPageForms
|
||||
|
|
@ -290,6 +291,8 @@ def start():
|
|||
condition = True
|
||||
|
||||
if condition:
|
||||
conf.matchRatio = kb.paramMatchRatio[(kb.injPlace, kb.injParameter)]
|
||||
setMatchRatio()
|
||||
checkForParenthesis()
|
||||
action()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue