• Stars
    star
    131
  • Rank 275,867 (Top 6 %)
  • Language
  • Created almost 8 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Open IP cameras in IPv4

c4

c4 is a plain-text list of stream URLs of about 30k open IP cameras in IPv4, which is a representative amount.

Querying the list

Download

wget git.io/c4

View a random camera

open should be configured to open URLs with your browser.

Unix:

open $(curl -Ls git.io/c4 | shuf | head -n1)

macOS:

open $(curl -Ls git.io/c4 | gshuf | head -n1)

Example:

Open the admin panel

This will open the admin panel of cameras which are probably enabled to be controlled remotely (i.e. you can move them around). You might be asked for a pasword, just enter admin and leave password empty. Sometimes you are logged in automatically. Either way, after logging in, select the "Server Push Mode", sometimes also called "Firefox", "Chrome" or "videostream" mode.

Unix:

open http://admin:@$(curl -Ls git.io/c4 | grep videostream | shuf | head -n1 | cut -d "/" -f3)

macOS:

open http://admin:@$(curl -Ls git.io/c4 | grep videostream | gshuf | head -n1 | cut -d "/" -f3)

Example:

More Repositories

1

js

turbo.js - perform massive parallel computations in your browser with GPGPU.
JavaScript
2,616
star
2

openftp4

A list of all FTP servers in IPv4 that allow anonymous logins.
653
star
3

KPTI-PoC-Collection

Meltdown/Spectre PoC src collection.
C++
498
star
4

pg-shortkey

YouTube-like Short IDs as Postgres Primary Keys
PLpgSQL
463
star
5

justContext.js

Styleable context menu in pure JS (no jQuery).
JavaScript
80
star
6

zero2hero

C implementation of the file-less UAC exploit
C
72
star
7

pg-costop

Vector Arithmetic and Weighted, Variably Randomized Cosine Similarity Search in Postgres
PLpgSQL
40
star
8

nuTLS

Minimal, modern, dependency-free TLS 1.2 and 1.3 server/client library for x64 Linux.
C
38
star
9

zQuery

Pure JavaScript alternatives to jQuery things.
30
star
10

Kafka

Smallest possible C/++ GLSL framework (~550B) for demo-coding.
C++
24
star
11

treetop

Accurate memory and CPU usage stats for a linux process tree.
C#
22
star
12

medium125k

Dataset of 125,000 Medium Blog Post Titles and Subtitles (with Categories)
18
star
13

NanoCL

Zero-Overhead bare-metal GPGPU library for C++ on Windows.
C++
15
star
14

wasup

This experiment is no longer available.
10
star
15

ftprobe

Check if FTP server allows anonymous logins with no overhead. (buggy)
C
6
star
16

FormulaCompiler

Compile any code to basic mathematical formulas.
5
star
17

love2d-fxaa

FXAA Anti-Aliasing for Love2D
GLSL
4
star
18

gtfotfs

TFVC to Git Migration tool. Best for unattended migration using a unix system.
Shell
3
star
19

Recall

[asm.js experiment] Stack-based language that only knows about bit-ops.
3
star
20

Endering

Dictionary-assisted suffix-stripping morphographemic analyser
MoonScript
2
star
21

bee

(Archived, Incomplete) Text editor written in Bash 3
Shell
2
star
22

BrowserDisapproval

Subtly disapprove of browser choices.
2
star
23

mediatool

Dockerized ffmpeg, sox & imagemagick
Shell
1
star
24

mash

Summarity open-source monorepo
Nim
1
star
25

dlist

Naive doubly-linked list for Fennel
Fennel
1
star
26

ReduceRescan

Reduce a FTP banner grab JSON log and rescan with a custom payload. Used for openftp4.
Shell
1
star