Skip to content

SentinelOne Management Console Login Panel - Detect

ID: sentinelone-console

Severity: info

Author: DhiyaneshDK

Tags: panel,sentinelone

SentinelOne Management Console login panel was detected.

id: sentinelone-console
info:
name: SentinelOne Management Console Login Panel - Detect
author: DhiyaneshDK
severity: info
description: SentinelOne Management Console 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:
verified: true
max-request: 1
shodan-query: title:"SentinelOne - Management Console"
tags: panel,sentinelone
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'SentinelOne - Management Console'
- type: status
status:
- 200
# digest: 4a0a00473045022100868d74ba28e01ae91951399f8305f4bc1ad3afa5529c557948062287bb19a739022067e2b611c8606cfec5898b8ba54d0601c3a2578fb7d75053bf3286a514311e4b: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/sentinelone-console.yaml"

View on Github