34 lines
784 B
YAML
34 lines
784 B
YAML
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
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
tags: panel,scs,rmc,iot
|
|
|
|
requests:
|
|
- 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
|
|
|
|
# Enhanced by md on 2023/01/09
|