2021-07-16 01:48:26 +00:00
|
|
|
id: node-red-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Node RED Detect
|
|
|
|
author: pikpikcu
|
|
|
|
severity: info
|
2021-07-16 04:58:02 +00:00
|
|
|
tags: tech,apache
|
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
|