19 lines
326 B
YAML
19 lines
326 B
YAML
|
id: gstorage-detect
|
||
|
|
||
|
info:
|
||
|
name: Google Bucket detection
|
||
|
author: 0xTeles
|
||
|
severity: info
|
||
|
tags: tech,gstorage,google,bucket
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- x-goog-metageneration
|
||
|
- X-Goog-Metageneration
|
||
|
part: header
|