2023-02-07 20:23:49 +00:00
id : jboss-web-service
info :
2023-02-09 04:46:34 +00:00
name : JBoss Web Service Console - Detect
2023-02-07 20:23:49 +00:00
author : DhiyaneshDK
severity : low
description : |
The JBoss Web Service console discloses the details of the remote system, The console displays all the web services and exposed by the system leading to a potential information disclosure.
remediation : Restrict access to the ws service
reference :
- https://github.com/PortSwigger/j2ee-scan/blob/master/src/main/java/burp/j2ee/issues/impl/JBossWS.java
metadata :
verified : "true"
shodan-query : html:"JBossWS"
tags : jboss,misconfig
requests :
- method : GET
path :
- '{{BaseURL}}/jbossws/services'
matchers-condition : and
matchers :
- type : word
part : body
words :
- 'JBossWS/Services</div>'
case-insensitive : true
2023-02-09 04:46:34 +00:00
- type : word
part : body
words :
- 'no endpoints deployed'
negative : true
2023-02-07 20:23:49 +00:00
- type : status
status :
- 200