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] 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