nuclei-templates/takeovers/aws-bucket-takeover.yaml

24 lines
494 B
YAML

id: aws-bucket-takeover
info:
name: AWS Bucket Takeover Detection
author: pdteam
severity: high
tags: takeover,aws
reference: https://github.com/EdOverflow/can-i-take-over-xyz
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "The specified bucket does not exist"
- type: dsl
dsl:
- contains(tolower(all_headers), 'x-guploader-uploadid')
negative: true