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

45 lines
1.0 KiB
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:
max-request: 2
2022-10-17 04:22:47 +00:00
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
http:
2022-10-17 04:22:47 +00:00
- 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"
2023-05-31 07:30:19 +00:00
- "application/vnd.spring-boot.actuator.v2+json"
- "application/vnd.spring-boot.actuator.v3+json"
2022-10-17 04:22:47 +00:00
- "text/plain"
condition: or
- type: status
status:
- 200