nuclei-templates/exposed-panels/sentinelone-console.yaml

34 lines
733 B
YAML
Raw Normal View History

2022-09-16 18:57:41 +00:00
id: sentinelone-console
info:
name: SentinelOne Management Console Login Panel - Detect
2022-09-16 18:57:41 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-09-16 18:57:41 +00:00
metadata:
verified: true
shodan-query: title:"SentinelOne - Management Console"
tags: panel,sentinelone
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-09-18 04:52:41 +00:00
- 'SentinelOne - Management Console'
2022-09-16 18:57:41 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/01/16