nuclei-templates/token-spray/google-streetview.yaml

19 lines
417 B
YAML

id: api-googlestreetview
info:
name: Google Static Streetview API Test
author: zzeitlin
severity: info
tags: token-spray,google,streetview
self-contained: true
requests:
- method: GET
path:
- "https://maps.googleapis.com/maps/api/streetview?size=400x400&location=40.720032,-73.988354&fov=90&heading=235&pitch=10&key={{token}}"
matchers:
- type: status
status:
- 200