From ffd83bbcba784118943c0fa00fd38f9775170596 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 19 Aug 2022 20:51:16 +0530 Subject: [PATCH] Create ez-publish-panel.yaml --- exposed-panels/ez-publish-panel.yaml | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 exposed-panels/ez-publish-panel.yaml diff --git a/exposed-panels/ez-publish-panel.yaml b/exposed-panels/ez-publish-panel.yaml new file mode 100644 index 0000000000..f66d692da1 --- /dev/null +++ b/exposed-panels/ez-publish-panel.yaml @@ -0,0 +1,30 @@ +id: ez-publish-panel + +info: + name: eZ Publish Panel Detect + author: ritikchaddha + severity: info + metadata: + verified: true + shodan-query: http.html:"eZ Publish" + tags: panel,ez + +requests: + - method: GET + path: + - "{{BaseURL}}" + + redirects: true + max-redirects: 2 + matchers-condition: or + matchers: + - type: word + part: body + words: + - 'content="eZ Publish' + case-insensitive: true + + - type: word + part: header + words: + - 'eZ Publish'