nuclei-templates/exposed-panels/sequoiadb-login.yaml

27 lines
464 B
YAML

id: sequoiadb-login
info:
name: SequoiaDB Login Panel
author: dhiyaneshDk
severity: info
metadata:
shodan-query: http.title:"SequoiaDB"
tags: sequoiadb,panel,login
requests:
- method: GET
path:
- "{{BaseURL}}/login.html#/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- <title>SequoiaDB</title>
- type: word
part: header
words:
- "text/html"