Delete springboot-logfile.yaml

patch-1
PD-Team 2021-01-28 23:27:15 +05:30
parent 21bfead0b1
commit 2fd6ae31cb
1 changed files with 0 additions and 33 deletions

View File

@ -1,33 +0,0 @@
id: springboot-logfile
info:
name: Detect Springboot Logfile
author: that_juan_ & dwisiswant0 & wdahlenb
severity: low
requests:
- method: GET
path:
- "{{BaseURL}}/logfile"
- "{{BaseURL}}/actuator/logfile"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'logfile'
- '"profiles":'
condition: and
- type: status
status:
- 200
- type: word
words:
- "application/json"
- "application/vnd.spring-boot.actuator"
- "application/vnd.spring-boot.actuator.v1+json"
condition: or
part: header