Coder Social home page Coder Social logo

wad45 / wansview-supervision Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hafu/wansview-supervision

0.0 0.0 0.0 7.64 MB

This project was developed at the Hacker Art class at the University of Applied Sciences (HTW), Berlin, Germany. -- You become the observer of thousands of IP Cameras, mostly private ones. The thousands of IP Camera images will be displayed as a mosaic and the images get updated slowly.

JavaScript 13.82% Python 74.63% HTML 11.54%

wansview-supervision's Introduction

wansview supervision

This project was developed at the Hacker Art class at the University of Applied Sciences (HTW), Berlin, Germany.

It demonstrates the insecurity of cheap IP Cameras, especially wansview devices. But also other manufacturers maybe affected.

The project status shows what is possible and is not stable

concept

You become the observer of thousends IP Cameras, mostly private ones. The thousends of IP Camera images will be displayed as a mosaic and the images get updated slowly. Theoretically all the images / IP Cameras could be updated live, but this would need massive of bandwith (~1Gbps+). It is like the position of a securty guy with all his monitors, but you got thousends of them! If you can see people on an image, they don't know that they are watched!

So, think about your devices, which are connected to the internet - not only IP Cameras may be insecure by default! Also think about surveillance techniques!

implementation

The implementation is very beta. It works, but needs a lot of improvements.

  • crawler, written in python
  • "crawler" which uses generic hostnames
  • try to login with default username/password
  • save the status of every crawled host
  • scale the image down (160x120) and save it for caching
  • comminicates with the frontend via sockets
  • frontend, written in nodejs
  • displays the mosaic and some statistics
  • uses the resolution of the client to show as mouch images as possible (but limited to 2000)
  • scales the images down for the client (uses a lot of memory and CPU power)

TODOs

  • performance improvements
  • code cleanup
  • frontend rewrite (maybe other language)
  • async image processing suboptimal, for every image one task!

Screenshots

screenshot without stats

screenshot with stats

wansview-supervision's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.