Create xoops-installation-wizard.yaml

patch-1
Prince Chaddha 2022-05-01 01:05:24 +05:30 committed by GitHub
parent fd6385feec
commit aee033a787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -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)(<title>(.*)XOOPS Installation Wizard(.*)</title>)"
- "(?i)(<title>(.*)XOOPS 安裝精靈(.*)</title>)"
condition: or