nuclei-templates/misconfiguration/jboss-status.yaml

38 lines
1.0 KiB
YAML

id: jboss-web-console
info:
name: JBoss Management Console Server Information Page - Detect
author: dhiyaneshDK
severity: info
description: JBoss Management Console server information page was detected.
reference:
- https://www.exploit-db.com/ghdb/5215
- https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/6.4/html/administration_and_configuration_guide/sect-the_management_console
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
verified: true
google-query: inurl:/web-console/ServerInfo.jsp | inurl:/status?full=true
tags: jboss,unauth,edb
requests:
- method: GET
path:
- "{{BaseURL}}/web-console/ServerInfo.jsp"
matchers-condition: and
matchers:
- type: word
words:
- "Application Server"
- "Management Console"
condition: and
- type: status
status:
- 200
# Enhanced by cs on 2023/03/10