From e2aeddad1d1676e32f225d1841fae160703e6b88 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:03:19 +0530 Subject: [PATCH] Create apache-apollo-panel.yaml --- .../apache/apache-apollo-panel.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 http/exposed-panels/apache/apache-apollo-panel.yaml diff --git a/http/exposed-panels/apache/apache-apollo-panel.yaml b/http/exposed-panels/apache/apache-apollo-panel.yaml new file mode 100644 index 0000000000..a715aca0d5 --- /dev/null +++ b/http/exposed-panels/apache/apache-apollo-panel.yaml @@ -0,0 +1,27 @@ +id: apache-apollo-panel + +info: + name: Apache Apollo Panel - Detect + author: ritikchaddha + severity: info + metadata: + verified: true + max-request: 1 + shodan-query: title:"Apache Apollo" + tags: panel,apache,apollo,login,detect + +http: + - method: GET + path: + - "{{BaseURL}}/console/index.html" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Apache Apollo - Admin Console' + + - type: status + status: + - 200