openSIS Installation Wizard
ID: opensis-installer
Severity: high
Author: DhiyaneshDk
Tags: misconfig,opensis,install,exposure
Description
Section titled “Description”openSIS is susceptible to the Installation page exposure due to misconfiguration.
YAML Source
Section titled “YAML Source”id: opensis-installer
info: name: openSIS Installation Wizard author: DhiyaneshDk severity: high description: openSIS is susceptible to the Installation page exposure due to misconfiguration. classification: cpe: cpe:2.3:a:os4ed:opensis:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: os4ed product: opensis shodan-query: title:"openSIS" tags: misconfig,opensis,install,exposure
http: - method: GET path: - "{{BaseURL}}/install/index.php"
matchers-condition: and matchers: - type: word part: body words: - "openSIS Installer"
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 4a0a004730450220332848d7462d3b6dc046b1f35254ef08160e9a0b85a40ed79ed6ae9bb6bcb37a022100bfa9fa0acf7181c634e799f8752995a5d36d9ec4f7a2acbcc1f0105bb7b2568c: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/opensis-installer.yaml"