mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
18 lines
306 B
YAML
18 lines
306 B
YAML
id: s3-detect
|
|
|
|
info:
|
|
name: Detect Amazon-S3 Bucket
|
|
author: melbadry9
|
|
severity: info
|
|
tags: aws,s3,bucket,tech
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/%c0"
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "(?:InvalidURI|InvalidArgument|NoSuchBucket)"
|
|
part: body
|