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

29 lines
616 B
YAML
Raw Normal View History

2023-02-07 20:34:55 +00:00
id: jboss-jbpm-admin
info:
2023-02-09 04:50:29 +00:00
name: JBoss jBPM Admin Console - Detect
2023-02-07 20:34:55 +00:00
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
http:
2023-02-07 20:34:55 +00:00
- method: GET
path:
- '{{BaseURL}}/jbpm-console/app/tasks.jsf'
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-02-09 04:50:29 +00:00
- 'JBoss jBPM Administration Console'
2023-02-07 20:34:55 +00:00
- type: status
status:
- 200