https://github.com/thewhiteh4t/killcast
Manipulate Chromecast Devices in your Network
https://github.com/thewhiteh4t/killcast
chromecast hack python3 tool toolkit upnp
Last synced: 6 months ago
JSON representation
Manipulate Chromecast Devices in your Network
- Host: GitHub
- URL: https://github.com/thewhiteh4t/killcast
- Owner: thewhiteh4t
- Created: 2019-01-09T16:41:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T07:39:22.000Z (over 5 years ago)
- Last Synced: 2024-05-02T00:54:34.698Z (over 1 year ago)
- Topics: chromecast, hack, python3, tool, toolkit, upnp
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 221
- Watchers: 12
- Forks: 40
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Manipulate Chromecast Devices in your Network
![]()
![]()
Available in
![]()
Inspiration - [Thousands of Google Chromecast Devices Hijacked to Promote PewDiePie](https://thehackernews.com/2019/01/chromecast-pewdiepie-hack.html)
**This tool is a Proof of Concept and is for Research Purposes Only, killcast shows how Chromecast devices can be easily manipulated and hijacked by anyone.**
## Features
* Extract Chromecast Device Information
* IP Address Reconnaissance
* Extract Saved Networks
* Scan for Nearby WiFi Access Points
* Forget a WiFi Access Point
* Rename Device
* Kill Running Applications
* Reboot Device
* Perform Factory Reset## To Do
* Play YouTube Videos
* Set wallpapers
* Kill more applications## Tested On :
* BlackArch Linux
* Kali Linux
* Ubuntu
* Termux## Installation
### BlackArch
```
pacman -S killcast
```### Ubuntu / Kali Linux / Termux
```
git clone https://github.com/thewhiteh4t/killcast.git
cd killcast
pip3 install requests
```## Usage
```
python3 killcast.py -husage: killcast.py [-h] -t IP
Manipulate Chromecast Devices in your Network
optional arguments:
-h, --help show this help message and exit
-t IP, --ip IP IP Address of Chromecast
``````
python3 killcast.py -t 192.168.0.100
```## Demo
| Demo | Link |
|-|-|
| First Version | https://www.youtube.com/watch?v=8wmWnMVE2aw |