29 lines
616 B
YAML
29 lines
616 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
|
||
|
|
||
|
http:
|
||
|
- 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
|