nuclei-templates/http/exposed-panels/xoops/xoops-installation-wizard.yaml

24 lines
547 B
YAML

id: xoops-installation-wizard
info:
name: XOOPS Installation Wizard Panel - Detect
author: princechaddha
severity: low
description: XOOPS Installation Wizard panel was detected.
tags: panel,xoops
metadata:
max-request: 1
http:
- 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