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

24 lines
494 B
YAML
Raw Normal View History

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