nuclei-templates/http/misconfiguration/springboot/spring-eureka.yaml

31 lines
534 B
YAML
Raw Normal View History

2023-01-13 21:18:46 +00:00
id: spring-eureka
2023-01-13 21:09:29 +00:00
info:
2023-01-13 21:18:46 +00:00
name: Spring Eureka Exposure
2023-01-13 21:09:29 +00:00
author: tess
2023-01-13 21:18:46 +00:00
severity: low
2023-01-13 21:09:29 +00:00
metadata:
max-request: 1
2023-01-13 21:09:29 +00:00
verified: true
shodan-query: title:"Eureka"
tags: misconfig,springboot,exposure,eureka
http:
2023-01-13 21:09:29 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Eureka'
- 'Toggle navigation'
- 'Last 1000 since startup'
condition: and
- type: status
status:
- 200