From 498d1bc5d604bad4481c566867a752e73d38843d Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Mon, 8 Aug 2022 12:27:37 -0700 Subject: [PATCH] Update and rename misconfiguration/jboss-juddi.yaml to exposed-panels/jboss-juddi.yaml --- .../jboss-juddi.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) rename {misconfiguration => exposed-panels}/jboss-juddi.yaml (87%) diff --git a/misconfiguration/jboss-juddi.yaml b/exposed-panels/jboss-juddi.yaml similarity index 87% rename from misconfiguration/jboss-juddi.yaml rename to exposed-panels/jboss-juddi.yaml index 2d804cfd6f..bab7c792b5 100644 --- a/misconfiguration/jboss-juddi.yaml +++ b/exposed-panels/jboss-juddi.yaml @@ -1,7 +1,7 @@ id: jboss-juddi info: - name: JBoss WS JUDDI console detection + name: JBoss WS JUDDI Console Panel author: DhiyaneshDk severity: low description: | @@ -9,24 +9,28 @@ info: remediation: Restrict access to the service if not needed. reference: - https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/JBossJuddi.java + metadata: + verified: true tags: jboss,juddi requests: - method: GET path: + - "{{BaseURL}}" - "{{BaseURL}}/juddi/" + stop-at-first-match: true matchers-condition: and matchers: - type: word - words: - - ">JBoss JUDDI" part: body + words: + - "JBoss JUDDI" - type: word + part: header words: - "text/html" - part: header - type: status status: