mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 01:56:36 +03:00
Minor update (just for consistency with the rest of code)
This commit is contained in:
parent
979e108c87
commit
6a87dd9225
|
@ -292,7 +292,8 @@ def _feedTargetsDict(reqFile, addedTargetUrls):
|
||||||
# Cookie and Host headers
|
# Cookie and Host headers
|
||||||
if key.upper() == HTTPHEADER.COOKIE.upper():
|
if key.upper() == HTTPHEADER.COOKIE.upper():
|
||||||
cookie = value
|
cookie = value
|
||||||
elif key.upper() == HTTPHEADER.HOST.upper():
|
elif False:
|
||||||
|
#elif key.upper() == HTTPHEADER.HOST.upper():
|
||||||
if '://' in value:
|
if '://' in value:
|
||||||
scheme, value = value.split('://')[:2]
|
scheme, value = value.split('://')[:2]
|
||||||
splitValue = value.split(":")
|
splitValue = value.split(":")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user