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

21 lines
400 B
YAML

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