25 lines
552 B
YAML
25 lines
552 B
YAML
id: aws-object-listing
|
|
|
|
info:
|
|
name: AWS bucket with Object listing
|
|
author: pdteam
|
|
severity: low
|
|
reference: https://mikey96.medium.com/cloud-based-storage-misconfigurations-critical-bounties-361647f78a29
|
|
tags: aws,misconfig
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">'
|
|
part: body
|
|
|
|
- type: word
|
|
words:
|
|
- application/xml
|
|
part: header |