nuclei-templates/technologies/aws-bucket-service.yaml

29 lines
677 B
YAML
Raw Normal View History

2021-04-07 09:38:47 +00:00
id: aws-bucket-service
info:
2021-04-07 10:22:58 +00:00
name: Detect websites using AWS bucket storage
2021-04-07 09:38:47 +00:00
author: pdteam
severity: info
2021-04-07 10:22:58 +00:00
tags: aws,tech
2021-04-07 09:38:47 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-04-07 10:22:58 +00:00
matchers-condition: and
2021-04-07 09:38:47 +00:00
matchers:
- type: dsl
dsl:
- contains(tolower(all_headers), 'x-amz-bucket')
- contains(tolower(all_headers), 'x-amz-request')
- contains(tolower(all_headers), 'x-amz-id')
- contains(tolower(all_headers), 'AmazonS3')
part: header
2021-04-07 10:22:58 +00:00
condition: or
- type: dsl
dsl:
- contains(tolower(all_headers), 'x-guploader-uploadid')
part: header
negative: true