From 047b7dc589723efe041bc33e32f92a1eca8ab898 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 5 Aug 2022 18:22:36 +0530 Subject: [PATCH 1/3] Create mitel-panel-detect.yaml --- exposed-panels/mitel-panel-detect.yaml | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 exposed-panels/mitel-panel-detect.yaml diff --git a/exposed-panels/mitel-panel-detect.yaml b/exposed-panels/mitel-panel-detect.yaml new file mode 100644 index 0000000000..809821b485 --- /dev/null +++ b/exposed-panels/mitel-panel-detect.yaml @@ -0,0 +1,27 @@ +id: mitel-panel-detect + +info: + name: Mitel Panel Detect + author: ritikchaddha + severity: info + tags: panel,mitel + +requests: + - method: GET + path: + - "{{BaseURL}}" + - "{{BaseURL}}/server-common/cgi-bin/login" + + stop-at-first-match: true + redirects: true + max-redirects: 2 + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Mitel Networks Corporation" + + - type: status + status: + - 200 From b4ee06f9a7d2e65f4d75c593c640079db905d900 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 5 Aug 2022 18:23:48 +0530 Subject: [PATCH 2/3] Update mitel-panel-detect.yaml --- exposed-panels/mitel-panel-detect.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exposed-panels/mitel-panel-detect.yaml b/exposed-panels/mitel-panel-detect.yaml index 809821b485..8b8a40c1ab 100644 --- a/exposed-panels/mitel-panel-detect.yaml +++ b/exposed-panels/mitel-panel-detect.yaml @@ -4,6 +4,9 @@ info: name: Mitel Panel Detect author: ritikchaddha severity: info + metadata: + verified: true + shodan-query: http.html:"Mitel Networks" tags: panel,mitel requests: