28 lines
512 B
YAML
28 lines
512 B
YAML
id: opensis-detect
|
|
|
|
info:
|
|
name: OpenSIS Login Panel
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.title:"openSIS"
|
|
tags: panel,opensis,login
|
|
|
|
requests:
|
|
- 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
|