nuclei-templates/token-spray/googlet-extsearchplaces.yaml

20 lines
430 B
YAML

id: api-googletextsearchplaces
info:
name: Google Places Text Search API Test
author: zzeitlin
severity: info
tags: token-spray,google,search,places,text
requests:
- method: GET
path:
- "https://maps.googleapis.com/maps/api/place/textsearch/json?query=restaurants+in+Sydney&key={{token}}"
matchers:
- type: word
part: body
words:
- 'error_message'
negative: true