mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
Trivial update regarding last commit
This commit is contained in:
parent
ed8f16e754
commit
b7989f93c5
|
@ -1395,7 +1395,7 @@ def _cleanupOptions():
|
|||
else:
|
||||
conf.rParam = []
|
||||
|
||||
if conf.pDel:
|
||||
if conf.pDel and '\\' in conf.pDel:
|
||||
conf.pDel = conf.pDel.decode("string_escape")
|
||||
|
||||
if conf.skip:
|
||||
|
|
Loading…
Reference in New Issue
Block a user