Merge pull request #5696 from projectdiscovery/springboot-auditevents
Create springboot-auditevents.yamlpatch-1
commit
339c9b82cf
|
@ -0,0 +1,38 @@
|
|||
id: springboot-auditevents
|
||||
|
||||
info:
|
||||
name: Detects 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: misconfig,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":'
|
||||
|
||||
- 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
|
Loading…
Reference in New Issue