nuclei-templates/http/misconfiguration/aws-s3-explorer.yaml

41 lines
911 B
YAML

id: aws-s3-explorer
info:
name: Amazon Web Services S3 Explorer - Detect
author: DhiyaneshDk
severity: medium
description: Amazon Web Services S3 Explorer page was detected. Page contains links to sensitive information.
reference:
- https://www.exploit-db.com/ghdb/7967
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
metadata:
max-request: 1
verified: true
google-query: inurl:s3.amazonaws.com intitle:"AWS S3 Explorer"
tags: s3,edb,misconfig,aws,amazon
http:
- method: GET
path:
- "{{BaseURL}}/index.html"
matchers-condition: and
matchers:
- type: word
words:
- '<title>AWS S3 Explorer</title>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# Enhanced by cs on 2023/03/10