nuclei-templates/misconfiguration/opensis-installer.yaml

32 lines
551 B
YAML
Raw Normal View History

2022-10-25 22:02:32 +00:00
id: opensis-installer
info:
name: openSIS Installation Wizard
author: DhiyaneshDk
severity: high
metadata:
verified: true
shodan-query: title:"openSIS"
2022-10-26 07:33:59 +00:00
tags: misconfig,opensis,install,exposure
2022-10-25 22:02:32 +00:00
requests:
- 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