nuclei-templates/technologies/node-red-detect.yaml

31 lines
586 B
YAML
Raw Normal View History

2021-07-16 01:48:26 +00:00
id: node-red-detect
info:
name: Node-RED Dashboard - Detect
2021-07-16 01:48:26 +00:00
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.0
cwe-id: CWE-200
tags: tech,apache,node-red-dashboard
2021-07-16 01:48:26 +00:00
requests:
- method: GET
path:
2021-08-02 07:23:35 +00:00
- "{{BaseURL}}"
2021-07-16 01:48:26 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Node-RED</title>"
- type: status
status:
- 200
# Enhanced by md on 2023/03/15