nuclei-templates/exposed-panels/jboss/jboss-jbpm-admin.yaml

29 lines
620 B
YAML

id: jboss-jbpm-admin
info:
name: JBoss jBPM Admin Console - Detect
author: DhiyaneshDK
severity: info
reference:
- https://github.com/PortSwigger/j2ee-scan/blob/master/src/main/java/burp/j2ee/issues/impl/JBossjBPMAdminConsole.java
metadata:
verified: "true"
shodan-query: html:"JBossWS"
tags: jboss,panel,login
requests:
- method: GET
path:
- '{{BaseURL}}/jbpm-console/app/tasks.jsf'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'JBoss jBPM Administration Console'
- type: status
status:
- 200