Skip to content

OpenSIS Login Panel - Detect

ID: opensis-detect

Severity: info

Author: pikpikcu

Tags: panel,opensis,login,os4ed

OpenSIS login panel was detected.

id: opensis-detect
info:
name: OpenSIS Login Panel - Detect
author: pikpikcu
severity: info
description: OpenSIS login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:os4ed:opensis:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: os4ed
product: opensis
shodan-query:
- http.title:"openSIS"
- http.title:"opensis"
fofa-query: title="opensis"
google-query: intitle:"opensis"
tags: panel,opensis,login,os4ed
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/opensis/index.php"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>openSIS Student Information System</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100ad6d60a8836a750c2c90628b6118d6463a27248e8aef94019a838a8791401ff50221008c6602569a27b9c243eb9ea98852df37ce1903be6803ebeff32145b2e8b4c7ae:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/opensis-panel.yaml"

View on Github