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

21 lines
487 B
YAML

id: api-google-place-details
info:
name: Google Place Details API Test
author: zzeitlin
severity: info
tags: token-spray,google,place,details
self-contained: true
requests:
- method: GET
path:
- "https://maps.googleapis.com/maps/api/place/details/json?place_id=ChIJN1t_tDeuEmsRUsoyG83frY4&fields=name,rating,formatted_phone_number&key={{token}}"
matchers:
- type: word
part: body
words:
- 'error_message'
negative: true