mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-29 01:19:47 +03:00
Update option.py
This commit is contained in:
parent
76cc25d470
commit
68f44078c5
|
@ -334,7 +334,7 @@ def _feedTargetsDict(reqFile, addedTargetUrls):
|
|||
hostPattern=host.replace(".","\.")
|
||||
if (conf.forceSSL or re.search(r"host:[^\n\r]*%s:%s[\s\S]*referer:[^\n\r]*https://%s:%s.*" %
|
||||
(hostPattern, port, hostPattern, port), request, re.I)
|
||||
or (port != 80
|
||||
or (port != "80"
|
||||
and re.search(r"host:[^\n\r]*%s:%s[\s\S]*referer:[^\n\r]*https://.*cdn.*" %
|
||||
(hostPattern, port), request, re.I))):
|
||||
scheme = "https"
|
||||
|
|
Loading…
Reference in New Issue
Block a user