nuclei-templates/http/exposed-panels/apache-jmeter-dashboard.yaml

35 lines
724 B
YAML
Raw Normal View History

2022-11-17 18:52:37 +00:00
id: apache-jmeter-dashboard
info:
name: Apache JMeter Dashboard Login Panel - Detect
2022-11-17 18:52:37 +00:00
author: tess
severity: info
description: Apache JMeter Dashboard login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-11-17 18:52:37 +00:00
metadata:
max-request: 1
2022-11-17 18:52:37 +00:00
verified: true
shodan-query: title:"Apache JMeter Dashboard"
tags: apache,jmeter,panel
http:
2022-11-17 18:52:37 +00:00
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Apache JMeter Dashboard"
- "Dashboard"
condition: and
- type: status
status:
- 200