23 lines
420 B
YAML
23 lines
420 B
YAML
|
id: jolokia-instance
|
||
|
|
||
|
info:
|
||
|
name: Jolokia Version Disclosure
|
||
|
author: mavericknerd & dwisiswant0
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/jolokia/version'
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '"timestamp":'
|
||
|
- '"protocol":'
|
||
|
- '"agent":'
|
||
|
condition: and
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|