From 2427e33d6a8600663bf956a3c107dc3efe0d4f77 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 17 Sep 2024 02:32:20 +0530 Subject: [PATCH] Create bonita-portal-panel.yaml --- http/exposed-panels/bonita-portal-panel.yaml | 29 ++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 http/exposed-panels/bonita-portal-panel.yaml diff --git a/http/exposed-panels/bonita-portal-panel.yaml b/http/exposed-panels/bonita-portal-panel.yaml new file mode 100644 index 0000000000..a52642c926 --- /dev/null +++ b/http/exposed-panels/bonita-portal-panel.yaml @@ -0,0 +1,29 @@ +id: bonita-portal-panel + +info: + name: Bonita Portal Login - Panel + author: DhiyaneshDK + severity: info + description: | + Detects the presence of Bonita Portal login page. + metadata: + verified: true + max-request: 1 + shodan-query: http.favicon.hash:-1197926023 + tags: bonita,login,panel + +http: + - raw: + - | + GET /bonita/login.jsp HTTP/1.1 + Host: {{Hostname}} + + matchers-condition: and + matchers: + - type: word + words: + - "Bonita Portal" + + - type: status + status: + - 200