Skip to content

Veracore Login - Detect

ID: veracore-panel

Severity: info

Author: rxerium

Tags: panel,veracore,login,detect

A veracore login panel was detected.

id: veracore-panel
info:
name: Veracore Login - Detect
author: rxerium
severity: info
description: |
A veracore login panel was detected.
reference:
- https://www.advantive.com/brands/veracore/
metadata:
verified: true
max-request: 1
shodan-query: html:"veraCoreScreenHeight"
fofa-query: body="veraCoreScreenHeight"
tags: panel,veracore,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/veracore/Home/#systems"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'VeraCore'
- '/veracore/img/LoginLogo.png'
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100d6fe35ebea16e10b828d5cd31d10755cdd4af4caa1f9d9ef2a369e9559212dd302204ae71a0a38abe4f1a554b6dde88ec2098da301c52a8a9f66fbb623552755d92d: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/veracore-panel.yaml"

View on Github