nuclei-templates/http/exposed-panels/selfcheck-panel.yaml

31 lines
678 B
YAML

id: selfcheck-panel
info:
name: SelfCheck System Manager - Panel
author: DhiyaneshDk
severity: info
reference:
- https://www.facebook.com/photo/?fbid=607747024729154&set=a.467014098802448
metadata:
max-request: 1
verified: true
shodan-query: title:"SelfCheck System Manager"
tags: panel,login,selfcheck,systemmanager
http:
- method: GET
path:
- "{{BaseURL}}/SystemManager/Account/SignIn"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>SelfCheck System Manager</title>'
- 'Sign In'
condition: and
- type: status
status:
- 200