Skip to content

Racksnet Login Panel - Detect

ID: racksnet-login

Severity: info

Author: idealphase

Tags: panel,racksnet

Racksnet login panel was detected.

id: racksnet-login
info:
name: Racksnet Login Panel - Detect
author: idealphase
severity: info
description: Racksnet login panel was detected.
reference:
- https://racksnet.com/en/
- https://racksnet.com/en/product-overview/
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:"My Datacenter - Login"
google-query: intitle:"My Datacenter - Login"
tags: panel,racksnet
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "My Datacenter - Login"
- type: status
status:
- 200
# digest: 4b0a00483046022100f021bfb5782480b5cdd4fc2dac74ad63278d5f20ff83ea27e51c4a1cc174f86d022100d61583e5f875d4f80d3f9ff37a1cbd6fa7ad436fb6d26efa8a204fbef9185d27: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/racksnet-login.yaml"

View on Github