Create springboot-jolokia.yaml
parent
c94829f1fd
commit
0bfb5ee531
|
@ -0,0 +1,41 @@
|
|||
id: springboot-jolokia
|
||||
|
||||
info:
|
||||
name: Detect Springboot Jolokia Actuator
|
||||
author: DhiyaneshDK
|
||||
severity: low
|
||||
reference:
|
||||
- https://raw.githubusercontent.com/maurosoria/dirsearch/master/db/dicc.txt
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Eureka"
|
||||
tags: springboot,exposure
|
||||
|
||||
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
|
Loading…
Reference in New Issue