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

35 lines
850 B
YAML
Raw Normal View History

2023-02-07 20:34:55 +00:00
id: jboss-jbpm-admin
info:
name: JBoss jBPM Administration Console Login Panel - Detect
2023-02-07 20:34:55 +00:00
author: DhiyaneshDK
severity: info
description: JBoss jBPM Administration Console login panel was detected.
2023-02-07 20:34:55 +00:00
reference:
- https://github.com/PortSwigger/j2ee-scan/blob/master/src/main/java/burp/j2ee/issues/impl/JBossjBPMAdminConsole.java
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
2023-02-07 20:34:55 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-02-07 20:34:55 +00:00
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