Skip to content

Nortek Linear eMerge Panel - Detect

ID: eMerge-panel

Severity: info

Author: arafatansari

Tags: panel,emerge,nortek,nortekcontrol

Nortek Linear eMerge panel was detected.

id: eMerge-panel
info:
name: Nortek Linear eMerge Panel - Detect
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
cwe-id: CWE-200
cpe: cpe:2.3:o:nortekcontrol:linear_emerge_essential_firmware:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: nortekcontrol
product: linear_emerge_essential_firmware
shodan-query:
- http.title:"eMerge"
- http.title:"emerge"
fofa-query: title="emerge"
google-query: intitle:"emerge"
tags: panel,emerge,nortek,nortekcontrol
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '<title>(.*)Linear eMerge(.*)</title>'
- '/emerge.ico'
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022100b99206eb6e874974b3132e6ee85304553fe53bc9de62712e9867b4098376c5a90220778232407f2373ecd0346d143245f886ed36095550c81e9093b2d0badacd6a26:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/eMerge-panel.yaml"

View on Github