40 lines
887 B
YAML
40 lines
887 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: aws,misconfig,bucket
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
max-size: 1000
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<ListBucketResult xmlns='
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- application/xml
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<Name>([a-z0-9-._]+)'
|
|
|
|
# digest: 490a004630440220241734b1058c61b2680b91381de5ef764c8084dafaf90bb34937bb487c02a09a0220186a3e1705a656fc3c537017e087c1a47b0f47c15cf059ddbc012e0c2e53e1d6:922c64590222798bb761d5b6d8e72950
|