nuclei-templates/technologies/s3-detect.yaml

17 lines
279 B
YAML

id: s3-detect
info:
name: Detect Amazon-S3 Bucket
author: melbadry9
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/%c0"
matchers:
- type: regex
regex:
- "(?:InvalidURI|InvalidArgument|NoSuchBucket)"
part: body