mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
conf.unescape->kb.unescape
This commit is contained in:
parent
e7f78bf04f
commit
8caffac4bc
3 changed files with 5 additions and 5 deletions
|
|
@ -2466,7 +2466,7 @@ class Enumeration:
|
|||
dataToStdout("No output\n")
|
||||
|
||||
def sqlFile(self):
|
||||
conf.unescape = False
|
||||
kb.unescape = False
|
||||
|
||||
infoMsg = "executing SQL statements from given file(s)"
|
||||
logger.info(infoMsg)
|
||||
|
|
@ -2484,4 +2484,4 @@ class Enumeration:
|
|||
|
||||
conf.dumper.query(query, self.sqlQuery(query))
|
||||
|
||||
conf.unescape = True
|
||||
kb.unescape = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue