Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
killcast — Manipulate Chromecast Devices in your Network | Kitploit
Tools/GitHubGitHub/thewhiteh4t/killcast
ReconnaissanceIoT SecurityExploitationNetwork SecurityRed Teaming
GitHubthewhiteh4t/killcast

killcast

Manipulate Chromecast Devices in your Network

View Repository
2613916 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Manipulate Chromecast Devices in your Network


Available in

Inspiration - Thousands of Google Chromecast Devices Hijacked to Promote PewDiePie

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

root@kitploit:~
pacman -S killcast

Ubuntu / Kali Linux / Termux

root@kitploit:~
git clone https://github.com/thewhiteh4t/killcast.git
cd killcast
pip3 install requests

Usage

root@kitploit:~
python3 killcast.py -h

usage: 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
root@kitploit:~
python3 killcast.py -t 192.168.0.100

Demo

DemoLink
First Versionhttps://www.youtube.com/watch?v=8wmWnMVE2aw
Download Tool