Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/em429/camwall
self-hosted shodan images PoC
https://github.com/em429/camwall
cams self-hosted shodan
Last synced: about 2 months ago
JSON representation
self-hosted shodan images PoC
- Host: GitHub
- URL: https://github.com/em429/camwall
- Owner: em429
- Created: 2022-12-22T23:50:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T20:55:55.000Z (about 1 year ago)
- Last Synced: 2023-12-27T04:55:56.149Z (about 1 year ago)
- Topics: cams, self-hosted, shodan
- Language: Ruby
- Homepage:
- Size: 2.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# camwall
.. is a __free, self-hosted__ alternative to _[Shodan Images](https://images.shodan.io/)_, with an additional __camera validation__ step.
_Images_ is one of the premium features of Shodan, you need a paid account to use it. This is a self-hosted alternative to it, that works with only a (paid) API key.
I will keep the acquiring of such API keys for free as an exercise to the reader :)
Most of the cams you'd find on Shodan Images don't work btw — they either time out or the channel can't be found. To make sure all cameras collected work, camwall has an additional probing step (hence the `ffmpeg` dependency for `ffprobe`) that validates each camera.
## Dependencies
You must have ruby 3.0.* with bundler.
The only extra dependency that won't be installed by bundler is `ffmpeg`. Install that using your package manager.
## Nix shortcut
If you use nix (the package manager), there is a `devenv.sh` file that sets up everything.