Skip to content

Google Speed Limit API Test

ID: api-googlespeedlimit

Severity: info

Author: zzeitlin

Tags: token-spray,google,speed,limit

id: api-googlespeedlimit
info:
name: Google Speed Limit API Test
author: zzeitlin
severity: info
metadata:
max-request: 1
tags: token-spray,google,speed,limit
self-contained: true
http:
- method: GET
path:
- "https://roads.googleapis.com/v1/speedLimits?path=38.75807927603043,-9.03741754643809&key={{token}}"
matchers:
- type: word
part: body
words:
- 'error'
negative: true
# digest: 4a0a0047304502207f5f7e0457c17b32f9209c7442be03abaebd03fc85e2c027d9ec1062a317bc0a02210093758e482c1d6dc3fa9304f84667551634497392f6e0ac1d2d49cebd059f0d73: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-speedlimit.yaml"

View on Github