mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-04 01:33:21 +08:00
* 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
29 lines
525 B
YAML
29 lines
525 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
|
|
|
|
requests:
|
|
- 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
|