Files
nuclei-templates/technologies/node-red-detect.yaml
Muhammad Daffa 0e39fd0103 Add some workflow templates (#3521)
* Add 27 workflow templates

* fixed Artifactory workflow

* Fixed Jetty workflow

* Fixed Moodle workflow

* Fixed Zabbix workflow

* Fixed DedeCMS workflow

* Fixed OFBiz workflow

* Fixed rConfig workflow

* Tag update for R-SeeNet workflow

* Add 3 token-spray templates

* format fixes

* Add workflow templates

* More workflows templates

* multiple workflow fixes

Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
2022-01-12 18:19:54 +05:30

24 lines
373 B
YAML

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