Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
56 lines (40 loc) · 1.56 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.56 KB

Introduction

This is a website to view ACTi cameras that have the default login details (admin, 123456). You can get a list of all accessible cameras by using cam-finder which will generate a .csv file. The csv file can be imported and shown in the website.

You can view an online version here here

Installation

Requirements

  • composer
  • npm
  • php
  • sqlite (may also need to enable module in php.ini)

Setup

generate csv file using cam-finder

git clone https://github.com/member87/cam-finder-web/
cd cam-finder-web

composer install
npm install && npm run build
touch database/database.sqlite

mv .env.example .env
php artisan key:generate

# edit .env and fill in details
# move the previously generated csv file to 'storage/app/cameras.csv'

php artisan database:update # may take a little bit
php artisan serve

http://localhost:8000

Media

Home

home

View

view

Current features

  • View all cameras with defualt login details
  • Map showing location of cameras
  • View storage devices connected to the cameras
  • View storage usage (free space, total space, used space)
  • User list (useranme, email, usergroup)
  • Online user list (user account, ip address)
  • Connected camera list (camera name, serial number)
  • View snapshots of cameras
  • Search for specific cameras