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

24 lines
547 B
YAML
Raw Normal View History

2022-04-30 19:35:24 +00:00
id: xoops-installation-wizard
info:
name: XOOPS Installation Wizard Panel - Detect
2022-04-30 19:35:24 +00:00
author: princechaddha
severity: low
description: XOOPS Installation Wizard panel was detected.
2022-04-30 19:35:24 +00:00
tags: panel,xoops
metadata:
max-request: 1
2022-04-30 19:35:24 +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