nuclei-templates/http/token-spray/api-openweather.yaml

27 lines
516 B
YAML

id: api-openweather
info:
name: OpenWeather API Test
author: zzeitlin
severity: info
reference:
- https://openweathermap.org/current
tags: token-spray,weather,openweather
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://api.openweathermap.org/data/2.5/weather?q=Chicago&appid={{token}}"
matchers:
- type: word
part: body
words:
- '"coord":'
- '"weather":'
- '"base":'
condition: and