Create s3-detect.yaml
parent
a0426274ae
commit
40944e996b
|
@ -0,0 +1,16 @@
|
|||
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
|
Loading…
Reference in New Issue