mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor update on user's request
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user