Create logitech-harmony-portal.yaml
parent
a326344c5e
commit
e7a3a222ba
|
@ -0,0 +1,26 @@
|
|||
id: logitech-harmony-portal
|
||||
|
||||
info:
|
||||
name: Logitech Harmony Pro Installer Portal
|
||||
author: ritikchaddha
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Logitech Harmony Pro Installer"
|
||||
tags: panel,logitech,harmony
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/portal/login'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Logitech Harmony Pro Installer Portal'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue