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