34 lines
608 B
YAML
34 lines
608 B
YAML
|
id: aws-s3-explorer
|
||
|
|
||
|
info:
|
||
|
name: AWS S3 Explorer
|
||
|
author: DhiyaneshDk
|
||
|
severity: low
|
||
|
reference:
|
||
|
- https://www.exploit-db.com/ghdb/7967
|
||
|
metadata:
|
||
|
verified: true
|
||
|
google-dork: inurl:s3.amazonaws.com intitle:"AWS S3 Explorer"
|
||
|
tags: aws,amazon
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/index.html"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>AWS S3 Explorer</title>'
|
||
|
condition: and
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- text/html
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|