34 lines
750 B
YAML
34 lines
750 B
YAML
id: spring-detect
|
|
|
|
info:
|
|
name: Java Spring Detection
|
|
author: Adam Crosser
|
|
severity: info
|
|
reference:
|
|
- https://mkyong.com/spring-boot/spring-rest-error-handling-example/
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,java,spring
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/error"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"status":999'
|
|
case-insensitive: true
|
|
|
|
- type: status
|
|
status:
|
|
- 500
|
|
|
|
# digest: 4b0a00483046022100b109a7a97f82986b4b290c92649e7658f02cfe88fde195883fed0b33182085ce02210083e3e231d1c41967299c7c16f0005d0c71d2b3870e1714271700e9b1abb675b8:922c64590222798bb761d5b6d8e72950
|