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

25 lines
365 B
YAML
Raw Normal View History

2021-07-16 01:48:26 +00:00
id: node-red-detect
info:
name: Node RED Detect
author: pikpikcu
severity: info
tags: tech,node-red,apache
requests:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Node-RED</title>"
- type: status
status:
- 200