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

31 lines
552 B
YAML
Raw Normal View History

2021-11-19 23:40:32 +00:00
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
2021-11-19 23:40:32 +00:00
http:
2021-11-19 23:40:32 +00:00
- method: GET
path:
- '{{BaseURL}}/api/v1/cluster/summary'
matchers-condition: and
matchers:
- type: word
part: body
2021-11-19 23:40:32 +00:00
words:
- '"totalMem":'
- '"stormVersion":'
2021-11-21 09:00:09 +00:00
condition: and
2021-11-19 23:40:32 +00:00
- type: status
status:
- 200