2022-04-30 19:35:24 +00:00
|
|
|
id: xoops-installation-wizard
|
|
|
|
|
|
|
|
info:
|
2023-01-26 19:20:10 +00:00
|
|
|
name: XOOPS Installation Wizard Panel - Detect
|
2022-04-30 19:35:24 +00:00
|
|
|
author: princechaddha
|
|
|
|
severity: low
|
2023-01-26 19:20:10 +00:00
|
|
|
description: XOOPS Installation Wizard panel was detected.
|
2022-04-30 19:35:24 +00:00
|
|
|
tags: panel,xoops
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2022-04-30 19:35:24 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-04-30 19:35:24 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/install/page_start.php"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- "(?i)(<title>(.*)XOOPS Installation Wizard(.*)</title>)"
|
|
|
|
- "(?i)(<title>(.*)XOOPS 安裝精靈(.*)</title>)"
|
|
|
|
condition: or
|