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

36 lines
772 B
YAML

id: aws-s3-explorer
info:
name: Amazon Web Services S3 Explorer - Detect
author: DhiyaneshDk
severity: low
description: Amazon Web Services S3 Explorer page was detected. Page contains links to sensitive information.
reference:
- https://www.exploit-db.com/ghdb/7967
metadata:
verified: true
google-query: inurl:s3.amazonaws.com intitle:"AWS S3 Explorer"
tags: s3,edb,misconfig,aws,amazon
requests:
- 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 md on 2023/03/08