24 lines
621 B
YAML
24 lines
621 B
YAML
id: api-googlenearestroads
|
|
|
|
info:
|
|
name: Google Nearest Roads API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
tags: api,google,roads
|
|
|
|
requests:
|
|
- method: GET
|
|
payloads:
|
|
token: token.txt
|
|
path:
|
|
- "https://roads.googleapis.com/v1/nearestRoads?points=60.170880,24.942795|60.170879,24.942796|60.170877,24.942796&key={{token}}"
|
|
redirects: false
|
|
headers:
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'error'
|
|
negative: true
|