Adding aws-bucket-service detection

patch-1
sandeep 2021-04-07 15:08:47 +05:30
parent 7bc9df16d7
commit 2292a7a038
1 changed files with 21 additions and 0 deletions

View File

@ -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