Create honeywell-xl-web-controller.yaml
parent
101876fe85
commit
6660bd25c5
|
@ -0,0 +1,30 @@
|
|||
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
|
Loading…
Reference in New Issue