mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
This last commit was in haste :)
This commit is contained in:
parent
6a87dd9225
commit
e9641e30db
1 changed files with 1 additions and 2 deletions
|
|
@ -292,8 +292,7 @@ def _feedTargetsDict(reqFile, addedTargetUrls):
|
|||
# Cookie and Host headers
|
||||
if key.upper() == HTTPHEADER.COOKIE.upper():
|
||||
cookie = value
|
||||
elif False:
|
||||
#elif key.upper() == HTTPHEADER.HOST.upper():
|
||||
elif key.upper() == HTTPHEADER.HOST.upper():
|
||||
if '://' in value:
|
||||
scheme, value = value.split('://')[:2]
|
||||
splitValue = value.split(":")
|
||||
|
|
|
|||
Loading…
Reference in a new issue