nuclei-templates/misconfiguration/springboot/springboot-httptrace.yaml

37 lines
815 B
YAML
Raw Normal View History

2021-04-28 10:20:24 +00:00
id: springboot-httptrace
info:
name: Detect Springboot httptrace
author: that_juan_ & dwisiswant0 & wdahlenb
severity: low
description: View recent HTTP requests and responses
2021-05-14 14:07:13 +00:00
tags: springboot,disclosure
2021-04-28 10:20:24 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/httptrace"
2021-04-28 10:20:24 +00:00
- "{{BaseURL}}/actuator/httptrace"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"traces"'
- '"timestamp"'
- '"principal"'
- '"session"'
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