Skip to content

MeshCentral Login Panel - Detect

ID: meshcentral-login

Severity: info

Author: dhiyaneshDk

Tags: panel,meshcentral

MeshCentral login panel was detected.

id: meshcentral-login
info:
name: MeshCentral Login Panel - Detect
author: dhiyaneshDk
severity: info
description: MeshCentral 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
cpe: cpe:2.3:a:meshcentral:meshcentral:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: meshcentral
product: meshcentral
shodan-query:
- http.title:"MeshCentral - Login"
- http.title:"meshcentral - login"
fofa-query: title="meshcentral - login"
google-query: intitle:"meshcentral - login"
tags: panel,meshcentral
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>MeshCentral - Login</title>"
- type: status
status:
- 200
# digest: 4a0a00473045022100af090408b3cf2b60a28e62da4fe2ea853fdbda1cf7ddb3458baa895416c4438b02203002caab80c35aeb3d0b0b72edab7c5b2842caf0a9428f6c217d0c3b73f3e513: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/meshcentral-login.yaml"

View on Github