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

21 lines
396 B
YAML

id: api-googlegeocode
info:
name: Google Geocode API Test
author: zzeitlin
severity: info
tags: token-spray,google,geocode
self-contained: true
requests:
- 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