24 lines
419 B
YAML
24 lines
419 B
YAML
|
id: mikrotik-graph
|
||
|
|
||
|
info:
|
||
|
name: Mikrotik Router Graphing
|
||
|
author: dhiyaneshDK
|
||
|
severity: low
|
||
|
reference: https://www.exploit-db.com/ghdb/4395
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/graphs/"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'Traffic and system resource graphing'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|