mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
added conf.unescape global variable to control whether or not the injected statements should be unescaped
This commit is contained in:
@@ -1402,6 +1402,7 @@ def __setConfAttributes():
|
||||
conf.tests = []
|
||||
conf.trafficFP = None
|
||||
conf.wFileType = None
|
||||
conf.unescape = True
|
||||
|
||||
def __setKnowledgeBaseAttributes(flushAll=True):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user