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

20 lines
425 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-googledirections
info:
name: Google Directions API Test
author: zzeitlin
severity: info
tags: api,google,directions
requests:
- method: GET
path:
- "https://maps.googleapis.com/maps/api/directions/json?origin=Disneyland&destination=Universal+Studios+Hollywood4&key={{token}}"
2021-10-01 20:46:16 +00:00
2021-10-01 14:33:51 +00:00
matchers:
- type: word
part: body
words:
- 'error_message'
2021-10-01 19:49:16 +00:00
negative: true