nuclei-templates/misconfiguration/mikrotik-graph.yaml

25 lines
434 B
YAML
Raw Normal View History

2021-02-13 07:30:49 +00:00
id: mikrotik-graph
info:
name: Mikrotik Router Graphing
author: dhiyaneshDK
severity: low
reference: https://www.exploit-db.com/ghdb/4395
2021-03-12 08:57:14 +00:00
tags: unauth
2021-02-13 07:30:49 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/graphs/"
matchers-condition: and
matchers:
- type: word
words:
- 'Traffic and system resource graphing'
condition: and
- type: status
status:
- 200