Files
nuclei-templates/token-spray/api-bingmaps.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

22 lines
565 B
YAML

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
self-contained: true
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}}"
matchers:
- type: word
part: body
words:
- 'ValidCredentials'