mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor update on user's request
This commit is contained in:
parent
12870e6ff3
commit
ed8f16e754
2 changed files with 6 additions and 0 deletions
|
|
@ -1395,6 +1395,9 @@ def _cleanupOptions():
|
|||
else:
|
||||
conf.rParam = []
|
||||
|
||||
if conf.pDel:
|
||||
conf.pDel = conf.pDel.decode("string_escape")
|
||||
|
||||
if conf.skip:
|
||||
conf.skip = conf.skip.replace(" ", "")
|
||||
conf.skip = re.split(PARAMETER_SPLITTING_REGEX, conf.skip)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue