nuclei-templates/misconfiguration/tcpconfig.yaml

33 lines
709 B
YAML

id: tcpconfig
info:
name: Rockwell Automation TCP/IP Configuration Information - Detect
author: dhiyaneshDK
severity: medium
description: TCP/IP configuration information was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
reference:
- https://www.rockwellautomation.com/
- https://www.exploit-db.com/ghdb/6782
tags: config,edb,logs
requests:
- method: GET
path:
- "{{BaseURL}}/tcpconfig.html"
matchers-condition: and
matchers:
- type: word
words:
- "TCP/IP Configuration"
- type: status
status:
- 200
# Enhanced by cs on 2023/03/17