Skip to content

SCS Remote Monitoring and Control Login Panel - Detect

ID: scs-landfill-control

Severity: info

Author: geeknik

Tags: panel,scs,rmc,iot

SCS Remote Monitoring and Control login panel was detected.

id: scs-landfill-control
info:
name: SCS Remote Monitoring and Control Login Panel - Detect
author: geeknik
severity: info
description: SCS Remote Monitoring and Control login panel was detected.
reference:
- https://www.scsengineers.com/services/remote-monitoring-control/
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,scs,rmc,iot
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>Log in to SCS RMC®</title>"
- "SCS RMC®</div>"
condition: and
# digest: 4b0a00483046022100e60bae3d4dac519a340da0a78c79091ec9767a1b5cecf20a5866a834c5d4dd65022100ef7883d1d502bcd9a113d350657977c7eb71ffc82944de74f3524956c2af0bec: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/scs-landfill-control.yaml"

View on Github