nuclei-templates/misconfiguration/jboss-status.yaml

25 lines
495 B
YAML

id: jboss-web-console
info:
name: JBoss Management Console Server Information
author: dhiyaneshDK
severity: low
reference: https://www.exploit-db.com/ghdb/5215
tags: jboss,unauth
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