nuclei-templates/token-spray/openweather.yaml

19 lines
369 B
YAML

id: api-openweather
info:
name: OpenWeather API Test
author: zzeitlin
reference: https://openweathermap.org/current
severity: info
tags: token-spray,weather,openweather
requests:
- method: GET
path:
- "https://api.openweathermap.org/data/2.5/weather?q=Chicago&appid={{token}}"
matchers:
- type: status
status:
- 200