35 lines
1.0 KiB
YAML
35 lines
1.0 KiB
YAML
id: chromecast-detect
|
|
|
|
info:
|
|
name: Google Chromecast - Detect
|
|
author: LucianNitescu
|
|
severity: info
|
|
description: |
|
|
Searches for Google Chromecast via their eureka_info route.
|
|
reference:
|
|
- https://github.com/thewhiteh4t/killcast/blob/ee81cfa03c963d47d3335770fcea2ca48bddeabf/killcast.py#L100C25-L100C43
|
|
- https://rithvikvibhu.github.io/GHLocalApi/#section/Google-Home-Local-API/Authentication
|
|
metadata:
|
|
shodan-query: "Chromecast"
|
|
verified: true
|
|
tags: google,chromecast,detect
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /setup/eureka_info HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"cast_build_revision":'
|
|
- '"ssdp_udn":'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a004730450221009d996dd528a6470315f3ef08c7de657ec6203185d235eb7877324aeb51c17c29022078f0723a1a04cc66cea30f0a15c736c5701e1062d0d40436d5f177e847865396:922c64590222798bb761d5b6d8e72950 |