nuclei-templates/exposed-panels/slocum-login.yaml

30 lines
636 B
YAML

id: slocum-login
info:
name: Slocum Fleet Mission Control Login Panel - Detect
author: pussycat0x
severity: info
description: Slocum Fleet Mission Control 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
tags: panel,tech,slocum
requests:
- method: GET
path:
- "{{BaseURL}}/sfmc/login"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Slocum Fleet Mission Control - Login</title>"
- type: status
status:
- 200
# Enhanced by md on 2023/01/15