From 022b1c79c209171dd5193ddcaa48d7a917ecc9a9 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 4 Nov 2022 13:14:22 +0530 Subject: [PATCH 1/2] Create ourmgmt3-panel.yaml --- exposed-panels/ourmgmt3-panel.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 exposed-panels/ourmgmt3-panel.yaml diff --git a/exposed-panels/ourmgmt3-panel.yaml b/exposed-panels/ourmgmt3-panel.yaml new file mode 100644 index 0000000000..a3681dcce1 --- /dev/null +++ b/exposed-panels/ourmgmt3-panel.yaml @@ -0,0 +1,26 @@ +id: ourmgmt3-panel + +info: + name: OurMGMT3 Admin Panel + author: ritikchaddha + severity: info + metadata: + verified: true + shodan-query: http.title:"OurMGMT3" + tags: panel,ourmgmt3 + +requests: + - method: GET + path: + - '{{BaseURL}}/admin/login' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'OurMGMT3 Debug client' + + - type: status + status: + - 200 From 5af91e6aeb214c89cc4bfdc427f9c8766402bab8 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 4 Nov 2022 13:15:57 +0530 Subject: [PATCH 2/2] Update ourmgmt3-panel.yaml --- exposed-panels/ourmgmt3-panel.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exposed-panels/ourmgmt3-panel.yaml b/exposed-panels/ourmgmt3-panel.yaml index a3681dcce1..18a5db8b3a 100644 --- a/exposed-panels/ourmgmt3-panel.yaml +++ b/exposed-panels/ourmgmt3-panel.yaml @@ -12,8 +12,10 @@ info: requests: - method: GET path: + - '{{BaseURL}}' - '{{BaseURL}}/admin/login' + stop-at-first-match: true matchers-condition: and matchers: - type: word