From cc8e2e1bc590aefb3ed6223d01cce29f9b432f4d Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Mon, 4 Apr 2022 23:35:52 +0530 Subject: [PATCH] Delete mikrotik-graph.yaml --- misconfiguration/mikrotik-graph.yaml | 30 ---------------------------- 1 file changed, 30 deletions(-) delete mode 100644 misconfiguration/mikrotik-graph.yaml diff --git a/misconfiguration/mikrotik-graph.yaml b/misconfiguration/mikrotik-graph.yaml deleted file mode 100644 index 09b414304e..0000000000 --- a/misconfiguration/mikrotik-graph.yaml +++ /dev/null @@ -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(.*):
'