mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Closes #1372
This commit is contained in:
@@ -314,7 +314,7 @@ def _feedTargetsDict(reqFile, addedTargetUrls):
|
||||
# Headers
|
||||
elif re.search(r"\A\S+:", line):
|
||||
key, value = line.split(":", 1)
|
||||
value = value.replace("\r", "").replace("\n", "")
|
||||
value = value.strip().replace("\r", "").replace("\n", "")
|
||||
|
||||
# Cookie and Host headers
|
||||
if key.upper() == HTTP_HEADER.COOKIE.upper():
|
||||
|
||||
Reference in New Issue
Block a user