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