member87 / cam-finder-web

Website to view ACti NVR3.0 cameras with default login details

Home Page:https://cam-finder.member87.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Website to view ACti NVR3.0 cameras with default login details

https://cam-finder.member87.uk


Languages

Language:PHP 69.1%Language:Vue 15.1%Language:Blade 13.5%Language:JavaScript 1.8%Language:Shell 0.4%Language:CSS 0.1%