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

42 lines
911 B
YAML
Raw Normal View History

2022-10-17 04:22:47 +00:00
id: springboot-jolokia
info:
2022-10-21 11:40:31 +00:00
name: Detects Springboot Jolokia Actuator
2022-10-17 04:22:47 +00:00
author: DhiyaneshDK
severity: low
reference:
- https://raw.githubusercontent.com/maurosoria/dirsearch/master/db/dicc.txt
metadata:
verified: true
shodan-query: title:"Eureka"
2022-10-17 10:44:54 +00:00
tags: misconfig,springboot,exposure
2022-10-17 04:22:47 +00:00
requests:
- 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