diff --git a/technologies/s3-detect.yaml b/technologies/s3-detect.yaml new file mode 100644 index 0000000000..9c02a5feef --- /dev/null +++ b/technologies/s3-detect.yaml @@ -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