Node-RED Dashboard - Detect
ID: node-red-detect
Severity: info
Author: pikpikcu
Tags: tech,apache,node-red-dashboard
Description
Section titled “Description”Node-RED dashboard was detected.
YAML Source
Section titled “YAML Source”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: 4b0a00483046022100b8c540a0a3692516585670136b89ee6b2cb4b46a9b870533939785628459cd38022100f5419aa6ae6355d38eb7f8d5c59ddbd52114d6e5e367289107d39c819f395135:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/technologies/node-red-detect.yaml"