Files
nuclei-templates/technologies/spring-detect.yaml
Adam Crosser dec2ff4022 Detection for Java Spring (#4012)
* Updated CVE-2022-22963

* Added Spring Detect Template

* Added Spring Detect Template

* Added Status Code Check

* Updated Status Code Check

* Update spring-detect.yaml

* misc update

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
2022-03-31 22:18:10 +05:30

29 lines
520 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/
tags: tech,java,spring
requests:
- method: GET
path:
- "{{BaseURL}}/error"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"status":999'
case-insensitive: true
- type: status
status:
- 500