Skip to content

SequoiaDB Login Panel - Detect

ID: sequoiadb-login

Severity: info

Author: dhiyaneshDk

Tags: sequoiadb,panel,login

SequoiaDB login panel was detected.

id: sequoiadb-login
info:
name: SequoiaDB Login Panel - Detect
author: dhiyaneshDk
severity: info
description: SequoiaDB login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"SequoiaDB"
tags: sequoiadb,panel,login
http:
- 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"
# digest: 490a0046304402205e762008015cf15b5f796b596dfb95ad49801dd823c62d161b267d47f3630830022001c83f567efc28fb1ce7ac5900ee3fe80bbfe97d946b3e6130041716f5d696bb:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/sequoiadb-login.yaml"

View on Github