kevinsegal / eye-of-providence

A web app made with react, redux, redux-saga, and bundled with webpack. Displays a grid list of cams found with the Shodan API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eye-of-providence

This app was built for the purpose of raising awareness of the current state of IoT security.

Nowadays, devices with either no preconfigured authentication or hard-coded default credentials are flooding the market. The Eye of Providence app finds Android video cameras with no authentication, and streams them within a grid. For anyone who wants to know what it feels like to be an NSA employee, this could be it.

Demo

http://199.195.116.247:3000/

Quick Start

git clone https://github.com/lazorfuzz/eye-of-providence.git

After you cd eye-of-providence, install yarn:

npm install yarn -g

Install dependencies:

yarn

And finally:

yarn start

Building

yarn build

Component Boilerplate Generation

yarn generate

Linting

yarn lint:eslint

Testing

yarn test

About

A web app made with react, redux, redux-saga, and bundled with webpack. Displays a grid list of cams found with the Shodan API.


Languages

Language:JavaScript 88.4%Language:HTML 11.6%