nuclei-templates/exposed-panels/eMerge-panel.yaml

36 lines
723 B
YAML
Raw Normal View History

2022-08-30 18:00:36 +00:00
id: eMerge-panel
info:
name: Nortek Linear eMerge Panel - Detect
2022-08-30 18:00:36 +00:00
author: arafatansari
severity: info
description: Nortek Linear eMerge panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-08-30 18:00:36 +00:00
metadata:
2022-08-30 18:23:09 +00:00
verified: true
shodan-query: http.title:"eMerge"
tags: panel,emerge,nortek
2022-08-30 18:00:36 +00:00
requests:
- method: GET
path:
2022-08-30 18:23:09 +00:00
- "{{BaseURL}}"
2022-08-30 18:00:36 +00:00
matchers-condition: and
matchers:
2022-08-31 14:42:41 +00:00
- type: regex
2022-08-30 18:23:09 +00:00
part: body
2022-08-31 14:42:41 +00:00
regex:
2022-08-30 18:23:09 +00:00
- '<title>(.*)Linear eMerge(.*)</title>'
- '/emerge.ico'
condition: or
2022-08-30 18:00:36 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/11/11