Adding aws-bucket-service detection
parent
7bc9df16d7
commit
2292a7a038
|
@ -0,0 +1,21 @@
|
||||||
|
id: aws-bucket-service
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Detect websites using AWS Bucket storage
|
||||||
|
author: pdteam
|
||||||
|
severity: info
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- contains(tolower(all_headers), 'x-amz-bucket')
|
||||||
|
- contains(tolower(all_headers), 'x-amz-request')
|
||||||
|
- contains(tolower(all_headers), 'x-amz-id')
|
||||||
|
- contains(tolower(all_headers), 'AmazonS3')
|
||||||
|
part: header
|
||||||
|
condition: or
|
Loading…
Reference in New Issue