VectorAdmin Panel - Detect
ID: vectoradmin-panel
Severity: info
Author: s4e-io
Tags: panel,login,vectoradmin,detect
Description
Section titled “Description”VectorAdmin panel was discovered.
YAML Source
Section titled “YAML Source”id: vectoradmin-panel
info: name: VectorAdmin Panel - Detect author: s4e-io severity: info description: | VectorAdmin panel was discovered. reference: - https://vectoradmin.com - https://github.com/Mintplex-Labs/vector-admin - https://elest.io/open-source/vectoradmin/resources metadata: verified: true max-request: 1 fofa-query: title=="VectorAdmin - Vector database management made easy." tags: panel,login,vectoradmin,detect
http: - method: GET path: - "{{BaseURL}}"
host-redirects: true max-redirects: 2 matchers: - type: dsl dsl: - 'contains(body, "<title>VectorAdmin")' - 'status_code == 200' condition: and# digest: 490a00463044022004451b196fc93fbe8764d9a9e3257b36ecda1ffd1a6af43f47d9c7e4cb895a00022031b2498ac9312c4e5bca278e4e7ea297c09548d9ef83f5c6d6e50e5138a7801b:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/vectoradmin-panel.yaml"