mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Minor update (to not confuse S3 vs Cloudfront)
This commit is contained in:
@@ -20,7 +20,6 @@ def detect(get_page):
|
||||
|
||||
retval |= re.search(r"cloudfront", headers.get("X-Cache", ""), re.I) is not None
|
||||
retval |= headers.get("X-Amz-Cf-Id") is not None
|
||||
retval |= re.search(r"AmazonS3", headers.get(HTTP_HEADER.SERVER, ""), re.I) is not None
|
||||
|
||||
if retval:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user