Skip to content

Google Playable Locations API Test

ID: api-googleplayablelocations

Severity: info

Author: zzeitlin

Tags: token-spray,google,playable,locations

id: api-googleplayablelocations
info:
name: Google Playable Locations API Test
author: zzeitlin
severity: info
metadata:
max-request: 1
tags: token-spray,google,playable,locations
self-contained: true
http:
- method: GET
path:
- "https://playablelocations.googleapis.com/v3:samplePlayableLocations?key={{token}}"
matchers:
- type: word
part: body
words:
- 'error'
negative: true
# digest: 4a0a00473045022100c4f8bc5127bd146b5189de90ad80d40508fa8e43c12f57bc9f3507c536f26c5e022059654de9a203994c70a91e66d3807436a2ee2cabaf15b27fd3c53334749bb899: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-playablelocations.yaml"

View on Github