32 lines
849 B
YAML
32 lines
849 B
YAML
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
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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: 4b0a00483046022100fe6c64399fa97ddc70f654c6d781595518749e45cc05b7cab9b832ce2edcf8da022100b95d4ddf25b8f154239914b4e336defb77e6c685bdc96f9e31fdcd6e6f6bc671:922c64590222798bb761d5b6d8e72950 |