nuclei-templates/misconfiguration/jboss-status.yaml

26 lines
505 B
YAML
Raw Normal View History

2021-02-13 11:08:00 +00:00
id: jboss-web-console
2021-02-13 07:29:31 +00:00
info:
name: JBoss Management Console Server Information
author: dhiyaneshDK
severity: low
reference:
- https://www.exploit-db.com/ghdb/5215
tags: jboss,unauth,edb
2021-02-13 07:29:31 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/web-console/ServerInfo.jsp"
2021-02-13 11:08:00 +00:00
matchers-condition: and
2021-02-13 07:29:31 +00:00
matchers:
- type: word
words:
2021-02-13 11:08:00 +00:00
- "Application Server"
- "Management Console"
2021-02-13 07:29:31 +00:00
condition: and
- type: status
status:
- 200