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

21 lines
440 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-googletimezone
info:
name: Google Timezone API Test
author: zzeitlin
severity: info
tags: token-spray,google,timezone
2021-10-01 14:33:51 +00:00
2021-10-20 08:46:18 +00:00
self-contained: true
2021-10-01 14:33:51 +00:00
requests:
- method: GET
path:
- "https://maps.googleapis.com/maps/api/timezone/json?location=39.6034810,-119.6822510&timestamp=1331161200&key={{token}}"
2021-10-01 20:46:16 +00:00
2021-10-01 14:33:51 +00:00
matchers:
- type: word
part: body
words:
- 'errorMessage'
negative: true