31 lines
603 B
YAML
31 lines
603 B
YAML
|
id: honeywell-xl-web-controller
|
||
|
|
||
|
info:
|
||
|
name: Honeywell XL Web Controller
|
||
|
author: DhiyaneshDK
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://www.exploit-db.com/ghdb/7130
|
||
|
classification:
|
||
|
cwe-id: CWE-200
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-dork: title:"Honeywell XL Web Controller"
|
||
|
tags: panel,honeywell
|
||
|
|
||
|
requests:
|
||
|
- 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
|