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

25 lines
453 B
YAML
Raw Normal View History

2021-08-24 17:24:33 +00:00
id: honeywell-web-controller
info:
name: Honeywell XL Web Controller
author: dhiyaneshDK
severity: info
reference:
- https://www.exploit-db.com/ghdb/7130
tags: edb,panel
2021-08-24 17:24:33 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/standard/default.php'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Honeywell XL Web Controller</title>'
2021-08-25 10:47:51 +00:00
2021-08-24 17:24:33 +00:00
- type: status
status:
- 200