Skip to content

Google Static Streetview API Test

ID: api-googlestreetview

Severity: info

Author: zzeitlin

Tags: token-spray,google,streetview

id: api-googlestreetview
info:
name: Google Static Streetview API Test
author: zzeitlin
severity: info
metadata:
max-request: 1
tags: token-spray,google,streetview
self-contained: true
http:
- 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
# digest: 4b0a00483046022100c449221844037f15c37eb4eda67aba796a3b78a8861b3183bb39159c5fcc9cc502210080bbca1c4041661d09cbe1328e1f6099473ac1d9840ad27dfc72d86b2ba1f24a:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/token-spray/google-streetview.yaml"

View on Github