nuclei-templates/exposed-panels/honeywell-xl-web-controller...

31 lines
607 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,edb
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