2022-09-08 13:28:46 +00:00
|
|
|
id: jolokia-mbean-search
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Jolokia - Searching MBeans
|
|
|
|
author: pussycat0x
|
|
|
|
severity: low
|
|
|
|
reference:
|
|
|
|
- https://thinkloveshare.com/hacking/ssrf_to_rce_with_jolokia_and_mbeans/
|
|
|
|
- https://github.com/laluka/jolokia-exploitation-toolkit
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: jolokia,springboot,mbean,tomcat,misconfig
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2022-09-08 13:28:46 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-09-08 13:28:46 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/jolokia/search/*:test=test"
|
|
|
|
- "{{BaseURL}}/actuator/jolokia/search/*:test=test"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"type":"search"'
|
|
|
|
- '"value":'
|
|
|
|
condition: and
|