An open API service indexing awesome lists of open source software.

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.

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

Screenshot 2025-09-29 004904

Screenshot 2025-09-29 011720

## Contatti

Author: Gheris