Update and rename misconfiguration/jboss-juddi.yaml to exposed-panels/jboss-juddi.yaml
parent
f0b0342903
commit
498d1bc5d6
|
@ -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</title>"
|
||||
part: body
|
||||
words:
|
||||
- "JBoss JUDDI"
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
Loading…
Reference in New Issue