nuclei-templates/exposed-panels/opensis-panel.yaml

28 lines
512 B
YAML
Raw Normal View History

2021-07-27 00:15:56 +00:00
id: opensis-detect
info:
name: OpenSIS Login Panel
2021-07-27 00:15:56 +00:00
author: pikpikcu
severity: info
metadata:
shodan-query: http.title:"openSIS"
tags: panel,opensis,login
2021-07-27 00:15:56 +00:00
requests:
- method: GET
path:
2021-08-03 13:56:06 +00:00
- "{{BaseURL}}"
2021-07-27 00:15:56 +00:00
- "{{BaseURL}}/opensis/index.php"
stop-at-first-match: true
2021-07-27 00:15:56 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>openSIS Student Information System</title>"
- type: status
status:
- 200