mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-09-01 16:51:14 +00:00
conf.unescape->kb.unescape
This commit is contained in:
parent
e7f78bf04f
commit
8caffac4bc
3 changed files with 5 additions and 5 deletions
|
|
@ -1402,7 +1402,6 @@ def __setConfAttributes():
|
|||
conf.tests = []
|
||||
conf.trafficFP = None
|
||||
conf.wFileType = None
|
||||
conf.unescape = True
|
||||
|
||||
def __setKnowledgeBaseAttributes(flushAll=True):
|
||||
"""
|
||||
|
|
@ -1518,6 +1517,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.threadException = False
|
||||
kb.timeValidCharsRun = 0
|
||||
kb.uChar = NULL
|
||||
kb.unescape = True
|
||||
kb.unionDuplicates = False
|
||||
kb.xpCmdshellAvailable = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue