Skip to content

Honeywell Excel Web Control Login Panel - Detect

ID: honeywell-web-controller

Severity: info

Author: dhiyaneshDK

Tags: edb,panel

Honeywell Excel Web Control login panel was detected.

id: honeywell-web-controller
info:
name: Honeywell Excel Web Control Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Honeywell Excel Web Control login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7130
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
metadata:
max-request: 1
tags: edb,panel
http:
- method: GET
path:
- '{{BaseURL}}/standard/default.php'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Honeywell XL Web Controller</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022078c9c54501f92cfaae971258b25a65a188c91e83c95443f4fbec5fe06e649d8c022100fe95de24639d48a6f1e08622d11e270268a2513199af197216239064ea0b49b0: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/honeywell-web-controller.yaml"

View on Github