nuclei-templates/http/token-spray/google-geocode.yaml

23 lines
423 B
YAML

id: api-googlegeocode
info:
name: Google Geocode API Test
author: zzeitlin
severity: info
tags: token-spray,google,geocode
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://maps.googleapis.com/maps/api/geocode/json?latlng=40,30&key={{token}}"
matchers:
- type: word
part: body
words:
- 'error_message'
negative: true