From aee033a787bb9a0204749afca210c434a20fde8b Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sun, 1 May 2022 01:05:24 +0530 Subject: [PATCH] Create xoops-installation-wizard.yaml --- .../xoops/xoops-installation-wizard.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 exposed-panels/xoops/xoops-installation-wizard.yaml diff --git a/exposed-panels/xoops/xoops-installation-wizard.yaml b/exposed-panels/xoops/xoops-installation-wizard.yaml new file mode 100644 index 0000000000..fe5903c454 --- /dev/null +++ b/exposed-panels/xoops/xoops-installation-wizard.yaml @@ -0,0 +1,20 @@ +id: xoops-installation-wizard + +info: + name: XOOPS Installation wizard + author: princechaddha + severity: low + tags: panel,xoops + +requests: + - method: GET + path: + - "{{BaseURL}}/install/page_start.php" + + matchers-condition: and + matchers: + - type: regex + regex: + - "(?i)((.*)XOOPS Installation Wizard(.*))" + - "(?i)((.*)XOOPS 安裝精靈(.*))" + condition: or