XOOPS Custom - Installation
ID: custom-xoops-installer
Severity: high
Author: DhiyaneshDK
Tags: misconfig,xoops,installer
Description
Section titled “Description”Detects the presence of XOOPS Custom installation page.
YAML Source
Section titled “YAML Source”id: custom-xoops-installer
info: name: XOOPS Custom - Installation author: DhiyaneshDK severity: high description: | Detects the presence of XOOPS Custom installation page. reference: - https://www.exploit-db.com/ghdb/1115 classification: cpe: cpe:2.3:a:xoops:xoops:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: xoops product: xoops fofa-query: title="XOOPS Custom Installation" tags: misconfig,xoops,installer
http: - method: GET path: - "{{BaseURL}}/install/index.php"
matchers-condition: and matchers: - type: word part: body words: - "<title>XOOPS Custom Installation</title>"
- type: status status: - 200# digest: 4a0a004730450220284b86c44768d439f3692e6287c0cf904ea1fca1fd748a84372517ec2e1212c0022100eefc6dcabc8fe2658ceb04a59879923a43072c7c6c7cab582701ad0c4ae86867:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/installer/custom-xoops-installer.yaml"