28 lines
466 B
YAML
28 lines
466 B
YAML
id: jolokia-detect
|
|
|
|
info:
|
|
name: Jolokia Version Disclosure
|
|
author: mavericknerd,dwisiswant0
|
|
severity: info
|
|
tags: tech,jolokia
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/jolokia/version'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"timestamp":'
|
|
- '"protocol":'
|
|
- '"agent":'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|