https://github.com/gheris-579/cam-hack
CAM-HACK is a script for analyzing IP cameras and public streams: it automates the detection of RTSP/HTTP endpoints and generates reports for security testing in a lab environment.
https://github.com/gheris-579/cam-hack
cam-hackers camera cypersecuirty hacker http kali-linux kali-linux-hacking kali-linux-tools os python python3 script ubuntu windows windows-11
Last synced: 4 months ago
JSON representation
CAM-HACK is a script for analyzing IP cameras and public streams: it automates the detection of RTSP/HTTP endpoints and generates reports for security testing in a lab environment.
- Host: GitHub
- URL: https://github.com/gheris-579/cam-hack
- Owner: Gheris-579
- Created: 2025-09-28T19:08:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-09-28T23:44:35.000Z (4 months ago)
- Last Synced: 2025-09-29T01:22:01.784Z (4 months ago)
- Topics: cam-hackers, camera, cypersecuirty, hacker, http, kali-linux, kali-linux-hacking, kali-linux-tools, os, python, python3, script, ubuntu, windows, windows-11
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CAM-HACK
## Description
This repository contains CAM-HACK, a Python script that automates discovery of ""publicly""-exposed IP camera streams by parsing Insecam’s more or less country pages. The tool fetches the country index as JSON, lists countries with counts of devices, and (when run interactively) scrapes the selected country’s bycountry pages to extract IP:PORT stream
---
## Dependencies
The script uses the following Python libraries:
* `requests`
* `colorama`
---
## Installation
```
git clone https://github.com/tuo-utente/CAM-HACK.git
cd CAM-HACK
pip install -r requirements.txt # or: pip install requests colorama
```
## RUN
```
python cam-hack.py
```
## Prompt example:
`(IT) Italy (532)` `(US) United States (1420)` `(FR) France (210)`
┌─[CAM-HACK~@HOME]
└──╼$ it
---
## SCREEN


## Contatti
Author: Gheris