Merge pull request #6694 from projectdiscovery/jboss-web-service

Create jboss-web-service.yaml
patch-1
Ritik Chaddha 2023-02-09 10:26:03 +05:30 committed by GitHub
commit c9dd8f0d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: jboss-web-service
info:
name: JBoss Web Service Console - Detect
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
- type: word
part: body
words:
- 'no endpoints deployed'
negative: true
- type: status
status:
- 200