Delete mikrotik-graph.yaml
parent
d021b1fb99
commit
cc8e2e1bc5
|
@ -1,30 +0,0 @@
|
||||||
id: mikrotik-graph
|
|
||||||
|
|
||||||
info:
|
|
||||||
name: Mikrotik Router Graphing
|
|
||||||
author: dhiyaneshDK,idealphase
|
|
||||||
severity: low
|
|
||||||
reference: https://www.exploit-db.com/ghdb/4395
|
|
||||||
tags: unauth,router
|
|
||||||
|
|
||||||
requests:
|
|
||||||
- method: GET
|
|
||||||
path:
|
|
||||||
- "{{BaseURL}}/graphs/"
|
|
||||||
|
|
||||||
matchers-condition: and
|
|
||||||
matchers:
|
|
||||||
- type: word
|
|
||||||
words:
|
|
||||||
- 'Traffic and system resource graphing'
|
|
||||||
condition: and
|
|
||||||
|
|
||||||
- type: status
|
|
||||||
status:
|
|
||||||
- 200
|
|
||||||
|
|
||||||
extractors:
|
|
||||||
- type: regex
|
|
||||||
group: 1
|
|
||||||
regex:
|
|
||||||
- '<\/h1>\n(.*):<br \/>'
|
|
Loading…
Reference in New Issue