mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +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
|
|
@ -1098,6 +1098,7 @@ def __setKnowledgeBaseAttributes():
|
|||
kb.osSP = None
|
||||
|
||||
kb.pageStable = None
|
||||
kb.paramMatchRatio = {}
|
||||
kb.parenthesis = None
|
||||
kb.partRun = None
|
||||
kb.proxyAuthHeader = None
|
||||
|
|
|
|||
|
|
@ -300,6 +300,7 @@ def initTargetEnv():
|
|||
kb.nullConnection = None
|
||||
kb.pageStable = None
|
||||
kb.parenthesis = None
|
||||
kb.paramMatchRatio = {}
|
||||
kb.proxyAuthHeader = None
|
||||
kb.stackedTest = None
|
||||
kb.timeTest = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue