forked from coffinxp/nuclei-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paths3-detect.yaml
More file actions
28 lines (24 loc) · 751 Bytes
/
s3-detect.yaml
File metadata and controls
28 lines (24 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
id: s3-detect
info:
name: Detect Amazon-S3 Bucket
author: melbadry9
severity: info
metadata:
max-request: 1
tags: aws,s3,bucket,tech
http:
- method: GET
path:
- "{{BaseURL}}/%c0"
matchers-condition: or
matchers:
- type: regex
part: body
regex:
- "(?:InvalidURI|InvalidArgument|NoSuchBucket)"
- type: dsl
dsl:
- 'contains(to_lower(server), "amazons3")'
- 'contains(to_lower(header), "x-amz-id")'
- 'contains(to_lower(header), "x-amz-request-id")'
# digest: 490a0046304402202bec8c6eda4aa9b8ed57be982dd8df8786322f16902e853d0e43326db517352402201040681c75b8e81cd6aecf1be4e980efc0437249c0f1a22cb42a101cc3c2e6b6:922c64590222798bb761d5b6d8e72950