2020-04-06 04:36:46 +00:00
|
|
|
id: s3-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Detect Amazon-S3 Bucket
|
|
|
|
author: melbadry9
|
2020-08-03 21:52:00 +00:00
|
|
|
severity: info
|
2020-04-06 04:36:46 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/%c0"
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
2020-05-25 08:24:39 +00:00
|
|
|
- "(?:InvalidURI|InvalidArgument|NoSuchBucket)"
|
2020-04-06 04:36:46 +00:00
|
|
|
part: body
|