nuclei-templates/technologies/s3-detect.yaml

18 lines
306 B
YAML
Raw Normal View History

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
2021-09-09 13:38:13 +00:00
tags: aws,s3,bucket,tech
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