Merge pull request #4277 from projectdiscovery/xoops-installation-wizard

Create xoops-installation-wizard.yaml
patch-1
Prince Chaddha 2022-05-01 01:56:52 +05:30 committed by GitHub
commit 4739263537
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