All Projects → Ullaakut → Camerattack

Ullaakut / Camerattack

Licence: apache-2.0
An attack tool designed to remotely disable CCTV camera streams (like in spy movies)

Programming Languages

go
31211 projects - #10 most used programming language
hack
652 projects

Projects that are alternatives of or similar to Camerattack

WebRTCCTV
WebRTCCTV is a signaling server & webapp able to stream from RTSP cameras using WebRTC
Stars: ✭ 32 (-83.33%)
Mutual labels:  camera, rtsp, cctv
Rtspallthethings
Deprecated RTSP media server -- Use github.com/aler9/rtsp-simple-server instead.
Stars: ✭ 258 (+34.38%)
Mutual labels:  camera, rtsp, cctv
Yi Hack Mstar
Custom firmware for Yi 1080p camera based on MStar platform
Stars: ✭ 446 (+132.29%)
Mutual labels:  camera, rtsp
Impulse
💣 Impulse Denial-of-service ToolKit
Stars: ✭ 538 (+180.21%)
Mutual labels:  attack, ddos
Yi Hack V4
New Custom Firmware for Xiaomi Cameras based on Hi3518e Chipset. It features RTSP, SSH, FTP and more!
Stars: ✭ 1,183 (+516.15%)
Mutual labels:  camera, rtsp
Mr.sip
SIP-Based Audit and Attack Tool
Stars: ✭ 266 (+38.54%)
Mutual labels:  attack, ddos
Xiaopi
An Open Source Home Security Camera For Raspberry Pi
Stars: ✭ 311 (+61.98%)
Mutual labels:  camera, rtsp
Onvifcamera
Pod and example on how to connect to an ONVIF camera
Stars: ✭ 66 (-65.62%)
Mutual labels:  camera, rtsp
Videop2proxy
Proxy to enable P2P only cameras to work with standard protocols.
Stars: ✭ 102 (-46.87%)
Mutual labels:  camera, rtsp
Yi Hack Allwinner V2
Custom firmware for Yi 1080p camera based on Allwinner platform
Stars: ✭ 100 (-47.92%)
Mutual labels:  camera, rtsp
Wreckuests
Yet another one hard-hitting tool to run HTTP stress tests 🌌
Stars: ✭ 137 (-28.65%)
Mutual labels:  attack, ddos
Aquila
IPCamera, aim to support V4L2/UVC/RaspberryPi/Hisi/XXX SDK production
Stars: ✭ 173 (-9.9%)
Mutual labels:  camera, rtsp
Python-Botnet
This is a simple DDoS python botnet script with remote monitoring & management for education purposes.
Stars: ✭ 119 (-38.02%)
Mutual labels:  ddos, attack
Moonfire Nvr
Moonfire NVR, a security camera network video recorder
Stars: ✭ 418 (+117.71%)
Mutual labels:  camera, rtsp
esp32cam-ready
Plug and Play firmware for the esp32cam. Flash, provision and connect to rtsp.
Stars: ✭ 67 (-65.1%)
Mutual labels:  camera, rtsp
Mhddos
Best DDoS Attack Script Python3, Cyber Attack With 36 Method
Stars: ✭ 55 (-71.35%)
Mutual labels:  attack, ddos
jeelizPupillometry
Real-time pupillometry in the web browser using a 4K webcam video feed processed by this WebGL/Javascript library. 2 demo experiments are included.
Stars: ✭ 78 (-59.37%)
Mutual labels:  camera, cctv
ddos
DDoS Attack & Protection Tools for Windows, Linux & Android
Stars: ✭ 84 (-56.25%)
Mutual labels:  ddos, attack
Frigate
NVR with realtime local object detection for IP cameras
Stars: ✭ 1,329 (+592.19%)
Mutual labels:  camera, rtsp
Cc Attack
Using Socks4/5 proxy to make a multithreading Http-flood/Https-flood (cc) attack.
Stars: ✭ 145 (-24.48%)
Mutual labels:  attack, ddos

camerattack

An attack tool designed to remotely shut down CCTV cameras.

Usage

Simply run it and provide it the RTSP stream URL as a parameter. Depending on your network speed and the camera you're trying to shutdown, it might work sooner or later, or might not work.

Install instructions

Here is how to install camerattack on your machine.

Dependencies

  • go (> 1.10)

Steps to install

Make sure you installed the dependencies, and that you have Go modules enabled (GO111MODULE=on).

  1. export GO111MODULE=on (unless it's already on or you are using go > 1.12)
  2. go get github.com/ullaakut/camerattack
  3. cd $GOPATH/src/github.com/ullaakut/camerattack
  4. go install

The camerattack binary is now in your $GOPATH/bin ready to be used.

How does it work?

It simply does lots of requests really quickly on the device, hoping that it will crash because of a memory leak or some mistakes in its firmware's code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].