nuclei-templates/exposures/files/exposed-alps-spring.yaml

33 lines
767 B
YAML
Raw Normal View History

2021-01-11 06:58:56 +00:00
id: exposed-alps-spring
info:
name: Exposed Spring Data REST Application-Level Profile Semantics (ALPS)
author: dwisiswant0
severity: medium
reference:
- https://niemand.com.ar/2021/01/08/exploiting-application-level-profile-semantics-apls-from-spring-data-rest/
2022-10-13 10:12:07 +00:00
tags: exposure,spring,files
2021-01-11 06:58:56 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/profile"
- "{{BaseURL}}/api/profile"
- "{{BaseURL}}/alps/profile"
matchers-condition: and
matchers:
- type: word
words:
- "_links"
- "/alps/"
- "profile"
condition: and
part: body
- type: word
words:
- "application/hal+json"
part: header
- type: status
status:
- 200