From d6f66459a08fe1a4659a7438719b1b1d4e18b876 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Mar 2021 11:47:20 +0530 Subject: [PATCH 1/3] Create tuxedo-connected-controller.yaml --- .../tuxedo-connected-controller.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 exposed-panels/tuxedo-connected-controller.yaml diff --git a/exposed-panels/tuxedo-connected-controller.yaml b/exposed-panels/tuxedo-connected-controller.yaml new file mode 100644 index 0000000000..1a34549bf4 --- /dev/null +++ b/exposed-panels/tuxedo-connected-controller.yaml @@ -0,0 +1,21 @@ +id: tuxedo-connected-controller + +info: + name: Tuxedo Connected Controller + author: dhiyaneshDk + severity: info + reference: https://www.exploit-db.com/ghdb/6486 + +requests: + - method: GET + path: + - "{{BaseURL}}/login.html" + matchers-condition: and + matchers: + - type: word + words: + - 'Tuxedo Connected Controller' + part: body + - type: status + status: + - 200 From 6fbc7cf3533821bc5ba0814a5e06153e4943f070 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Mar 2021 11:51:25 +0530 Subject: [PATCH 2/3] Create panasonic-network-management.yaml --- .../panasonic-network-management.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 misconfiguration/panasonic-network-management.yaml diff --git a/misconfiguration/panasonic-network-management.yaml b/misconfiguration/panasonic-network-management.yaml new file mode 100644 index 0000000000..a94ad8e984 --- /dev/null +++ b/misconfiguration/panasonic-network-management.yaml @@ -0,0 +1,21 @@ +id: panasonic-network-management + +info: + name: Panasonic Network Camera Management System + author: dhiyaneshDk + severity: medium + reference: https://www.exploit-db.com/ghdb/6487 + +requests: + - method: GET + path: + - "{{BaseURL}}/config/cam_portal.cgi" + matchers-condition: and + matchers: + - type: word + words: + - 'Panasonic Network Camera Management System' + part: body + - type: status + status: + - 200 From 2e1ec74ecd6cf6de54ee87ae4090858e5523700a Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Mar 2021 11:57:08 +0530 Subject: [PATCH 3/3] Create mini-start-page.yaml --- exposed-panels/mini-start-page.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 exposed-panels/mini-start-page.yaml diff --git a/exposed-panels/mini-start-page.yaml b/exposed-panels/mini-start-page.yaml new file mode 100644 index 0000000000..61b374afe4 --- /dev/null +++ b/exposed-panels/mini-start-page.yaml @@ -0,0 +1,22 @@ +id: mini-start-page + +info: + name: Miniweb Start Page + author: dhiyaneshDk + severity: info + reference: https://www.exploit-db.com/ghdb/6500 + +requests: + - method: GET + path: + - "{{BaseURL}}/start.html" + - "{{BaseURL}}/www/start.html" + matchers-condition: and + matchers: + - type: word + words: + - 'Miniweb Start Page' + part: body + - type: status + status: + - 200