mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Making those --string tips (containing escaped characters) decodable by sqlmap
This commit is contained in:
@@ -1375,6 +1375,9 @@ def __cleanupOptions():
|
||||
if conf.oDir:
|
||||
paths.SQLMAP_OUTPUT_PATH = conf.oDir
|
||||
|
||||
if conf.string:
|
||||
conf.string = conf.string.decode("unicode_escape")
|
||||
|
||||
threadData = getCurrentThreadData()
|
||||
threadData.reset()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user