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

24 lines
373 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,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