nuclei-templates/http/technologies/google/google-bucket-service.yaml

27 lines
784 B
YAML

id: google-bucket-service
info:
name: Detect websites using Google bucket storage
author: pdteam
severity: info
tags: google,tech,bucket
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- contains(tolower(all_headers), 'x-goog-component-count')
- contains(tolower(all_headers), 'x-goog-expiration')
- contains(tolower(all_headers), 'x-goog-generation')
- contains(tolower(all_headers), 'x-goog-metageneration')
- contains(tolower(all_headers), 'x-goog-stored-content-encoding')
- contains(tolower(all_headers), 'x-goog-stored-content-length')
- contains(tolower(all_headers), 'x-guploader-uploadid')
condition: or