Skip to content

Slocum Fleet Mission Control Login Panel - Detect

ID: slocum-login

Severity: info

Author: pussycat0x

Tags: panel,tech,slocum

Slocum Fleet Mission Control login panel was detected.

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
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,tech,slocum
http:
- method: GET
path:
- "{{BaseURL}}/sfmc/login"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Slocum Fleet Mission Control - Login</title>"
- type: status
status:
- 200
# digest: 4a0a0047304502202ba253abc6c9f2d18678f6720aed26660b310dfef77dfe89a10913f4d93ac19f022100eb2e450f5623a951991908ec93629b01a2071650523fb89abe9f4d3b32386e20: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/slocum-login.yaml"

View on Github