2022-08-31 18:50:49 +00:00
|
|
|
id: aws-s3-explorer
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: AWS S3 Explorer
|
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: low
|
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/ghdb/7967
|
|
|
|
metadata:
|
|
|
|
verified: true
|
2022-09-10 01:55:52 +00:00
|
|
|
google-query: inurl:s3.amazonaws.com intitle:"AWS S3 Explorer"
|
2022-08-31 19:59:37 +00:00
|
|
|
tags: s3,edb,misconfig,aws,amazon
|
2022-08-31 18:50:49 +00:00
|
|
|
|
|
|
|
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
|