mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Making those --string tips (containing escaped characters) decodable by sqlmap
This commit is contained in:
parent
142fc887f1
commit
6f529542e3
2 changed files with 4 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue