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

24 lines
468 B
YAML

id: api-googleautocomplete
info:
name: Google Autocomplete API Test
author: zzeitlin
severity: info
metadata:
max-request: 1
tags: token-spray,google,autocomplete
self-contained: true
http:
- method: GET
path:
- "https://maps.googleapis.com/maps/api/place/autocomplete/json?input=Bingh&types=%28cities%29&key={{token}}"
matchers:
- type: word
part: body
words:
- 'error_message'
negative: true