nuclei-templates/http/misconfiguration/apache/apache-storm-unauth.yaml

31 lines
552 B
YAML

id: apache-storm-unauth
info:
name: Apache Storm Unauth
author: pikpikcu
severity: medium
reference:
- https://storm.apache.org/releases/current/STORM-UI-REST-API.html
tags: apache,unauth,misconfig
metadata:
max-request: 1
http:
- method: GET
path:
- '{{BaseURL}}/api/v1/cluster/summary'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"totalMem":'
- '"stormVersion":'
condition: and
- type: status
status:
- 200