Skip to content

Google Maps Embed (Advanced) API Test

ID: api-googlemapsembedadvanced

Severity: info

Author: zzeitlin

Tags: token-spray,google,maps,embed

id: api-googlemapsembedadvanced
info:
name: Google Maps Embed (Advanced) API Test
author: zzeitlin
severity: info
metadata:
max-request: 1
tags: token-spray,google,maps,embed
self-contained: true
http:
- method: GET
path:
- "https://www.google.com/maps/embed/v1/search?q=record+stores+in+Seattle&key={{token}}"
matchers:
- type: status
status:
- 200
# digest: 4a0a004730450221008c8fe9df62eb4c0a58da215ce23f518ea5b6924f0c17905d55acabb187afb323022065f0755a3284a63057870d69845c2071787681c84891741a3a1a4f01a3b33562: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-mapsembedadvanced.yaml"

View on Github