26 lines
505 B
YAML
26 lines
505 B
YAML
id: jboss-web-console
|
|
|
|
info:
|
|
name: JBoss Management Console Server Information
|
|
author: dhiyaneshDK
|
|
severity: low
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/5215
|
|
tags: jboss,unauth,edb
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/web-console/ServerInfo.jsp"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Application Server"
|
|
- "Management Console"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|