From 1c4372d846a19a2b007fd0b1985b50bd839cb705 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 19 Jan 2022 13:38:59 +0530 Subject: [PATCH] Create concrete5-install.yaml --- .../concrete5/concrete5-install.yaml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 exposed-panels/concrete5/concrete5-install.yaml diff --git a/exposed-panels/concrete5/concrete5-install.yaml b/exposed-panels/concrete5/concrete5-install.yaml new file mode 100644 index 0000000000..6f2423247b --- /dev/null +++ b/exposed-panels/concrete5/concrete5-install.yaml @@ -0,0 +1,34 @@ +id: concrete5-install +info: + name: Concrete5 Install Panel + author: princechaddha + severity: critical + metadata: + shodan-query: http.title:"Install concrete5" + tags: panel,concrete,cms + +requests: + - method: GET + path: + - "{{BaseURL}}/index.php/install" + + matchers-condition: and + matchers: + - type: status + status: + - 200 + + - type: word + part: body + words: + - 'Install concrete5' + - '
  • Choose Language
  • ' + - '/css/views/install.css' + condition: and + + extractors: + - type: regex + part: body + group: 1 + regex: + - 'Version ([0-9.]+)<\/span>'