nuclei-templates/http/misconfiguration/springboot/springboot-jolokia.yaml

43 lines
926 B
YAML

id: springboot-jolokia
info:
name: Detects Springboot Jolokia Actuator
author: DhiyaneshDK
severity: low
reference:
- https://raw.githubusercontent.com/maurosoria/dirsearch/master/db/dicc.txt
metadata:
max-request: 2
verified: true
shodan-query: title:"Eureka"
tags: misconfig,springboot,exposure
http:
- method: GET
path:
- "{{BaseURL}}/jolokia"
- "{{BaseURL}}/actuator/jolokia"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"config":{'
- '"agentId":"'
condition: and
- type: word
part: header
words:
- "application/json"
- "application/vnd.spring-boot.actuator"
- "application/vnd.spring-boot.actuator.v1+json"
- "text/plain"
condition: or
- type: status
status:
- 200