nuclei-templates/misconfiguration/java-melody-exposed.yaml

22 lines
402 B
YAML
Raw Normal View History

2021-02-24 06:35:37 +00:00
id: java-melody-exposed
info:
name: JavaMelody Monitoring Exposed
author: dhiyaneshDK
2021-02-24 17:25:41 +00:00
severity: medium
2021-03-12 08:57:14 +00:00
tags: config
2021-02-24 06:35:37 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/monitoring'
- '{{BaseURL}}/..%3B/monitoring'
2021-02-24 17:25:41 +00:00
matchers-condition: and
2021-02-24 06:35:37 +00:00
matchers:
- type: word
words:
- 'Monitoring JavaMelody on'
2021-02-24 17:25:41 +00:00
- type: status
status:
- 200