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

21 lines
454 B
YAML

id: api-googledirections
info:
name: Google Directions API Test
author: zzeitlin
severity: info
tags: token-spray,google,directions
self-contained: true
requests:
- method: GET
path:
- "https://maps.googleapis.com/maps/api/directions/json?origin=Disneyland&destination=Universal+Studios+Hollywood4&key={{token}}"
matchers:
- type: word
part: body
words:
- 'error_message'
negative: true