mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Fixes #1365
This commit is contained in:
parent
ee22c477db
commit
06c8704179
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user