mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 14:11:29 +00:00
Fixes #1365
This commit is contained in:
@@ -1581,6 +1581,9 @@ def _cleanupOptions():
|
|||||||
else:
|
else:
|
||||||
conf.skip = []
|
conf.skip = []
|
||||||
|
|
||||||
|
if conf.cookie:
|
||||||
|
conf.cookie = re.sub(r"[\r\n]", "", conf.cookie)
|
||||||
|
|
||||||
if conf.delay:
|
if conf.delay:
|
||||||
conf.delay = float(conf.delay)
|
conf.delay = float(conf.delay)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user