33 lines
774 B
YAML
33 lines
774 B
YAML
id: node-red-detect
|
|
|
|
info:
|
|
name: Node-RED Dashboard - Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
description: Node-RED dashboard was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,apache,node-red-dashboard
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Node-RED</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100f27108018a47a52f9dced61bf960c6e8865e23d61c61a3e22b412d109f6f59c2022020973f77c4de65b1f7c3c6dab7260ce56ab806c3d6df76794fd606de8c9c7c37:922c64590222798bb761d5b6d8e72950
|