nuclei-templates/exposed-panels/jboss/jmx-console.yaml

24 lines
529 B
YAML
Raw Normal View History

2020-07-27 06:05:52 +00:00
id: jmx-console
2020-07-27 06:05:52 +00:00
info:
name: JBoss JMX Management Console Login Panel - Detect
2021-06-09 12:20:56 +00:00
author: yashanand155
severity: info
description: JBoss JMX Management Console 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
2023-02-08 13:44:07 +00:00
tags: panel,jmx,jboss
2020-09-20 12:57:43 +00:00
2020-07-27 06:05:52 +00:00
requests:
- method: GET
path:
2020-07-28 13:52:30 +00:00
- '{{BaseURL}}/jmx-console/'
2020-07-27 06:05:52 +00:00
matchers:
- type: word
words:
2020-07-28 13:52:30 +00:00
- JBoss JMX Management Console
# Enhanced by md on 2022/11/21