Skip to content

Detect Springboot httptrace

ID: springboot-httptrace

Severity: low

Author: that_juan_,dwisiswant0,wdahlenb

Tags: springboot,exposure,misconfig

View recent HTTP requests and responses

id: springboot-httptrace
info:
name: Detect Springboot httptrace
author: that_juan_,dwisiswant0,wdahlenb
severity: low
description: View recent HTTP requests and responses
metadata:
max-request: 2
tags: springboot,exposure,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/httptrace"
- "{{BaseURL}}/actuator/httptrace"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"traces"'
- '"timestamp"'
- '"principal"'
- '"session"'
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
# digest: 4a0a00473045022100ec8c02255550db8ddafafe71f9402edf4d17e142966a8af163b1d1388d0717a7022003332ebc364f1b8c294131e5350b7699e581f9402ec4b1df40d923e48688a84d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/springboot/springboot-httptrace.yaml"

View on Github