Create springboot-auditevents.yaml

patch-1
Dhiyaneshwaran 2022-10-17 09:14:38 +05:30 committed by GitHub
parent c94829f1fd
commit 6f17d58eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
id: springboot-auditevents
info:
name: Detect Springboot AuditEvents Actuator
author: DhiyaneshDK
severity: info
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}}/auditevents"
- "{{BaseURL}}/actuator/auditevents"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '{"events":'
condition: and
- type: word
part: header
words:
- "application/json"
- "application/vnd.spring-boot.actuator"
- "application/vnd.spring-boot.actuator.v1+json"
condition: or
- type: status
status:
- 200