36 lines
929 B
YAML
36 lines
929 B
YAML
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
|
|
metadata:
|
|
max-request: 2
|
|
tags: jolokia,springboot,mbean,tomcat,misconfig
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a0047304502210089998bfbbb2d9476698775ce53552ab7171cb57535dc7cbf2c55a66f62ba84f402207d37f3ac6b99ea9a3577836489d05a8b9860e29b1e06ecc4a1c6dc10d490d9c0:922c64590222798bb761d5b6d8e72950
|