Skip to content

Honeywell Excel Web Control Login Panel - Detect

ID: honeywell-xl-web-controller

Severity: info

Author: dhiyaneshDK

Tags: panel,honeywell,edb

Honeywell Excel Web Control login panel was detected.

id: honeywell-xl-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:
verified: true
max-request: 1
shodan-query: title:"Honeywell XL Web Controller"
tags: panel,honeywell,edb
http:
- method: GET
path:
- '{{BaseURL}}/standard/default.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Honeywell XL Web Controller</title>'
- type: status
status:
- 200
# digest: 4b0a00483046022100a29e79353c073f66190327f9d8b25e5f16a8477b871d6c06dca4ee13a598308d022100ea636799379917631edec98bcbb67970666b8a2363509c363a9f8b8fe6aeb062: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-xl-web-controller.yaml"

View on Github