nuclei-templates/token-spray/api-bingmaps.yaml

22 lines
565 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-bingmaps
info:
name: Bing Maps API Test
author: zzeitlin
severity: info
reference:
- https://docs.microsoft.com/en-us/bingmaps/rest-services/locations/find-a-location-by-address
tags: token-spray,bing,maps,bingmaps
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://dev.virtualearth.net/REST/v1/Locations?CountryRegion=US&adminDistrict=WA&locality=Somewhere&postalCode=98001&addressLine=100%20Main%20St.&key={{token}}"
2021-10-01 20:46:16 +00:00
2021-10-01 14:33:51 +00:00
matchers:
- type: word
part: body
words:
- 'ValidCredentials'