Delete mikrotik-graph.yaml

patch-1
Prince Chaddha 2022-04-04 23:35:52 +05:30 committed by GitHub
parent d021b1fb99
commit cc8e2e1bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 30 deletions

View File

@ -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 \/>'