This repository was archived by the owner on Apr 11, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1
Website to view ACti NVR3.0 cameras with default login details
NotificationsYou must be signed in to change notification settings
member87/cam-finder-web
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 usingcam-finder which will generate a .csv file. The csv file can be imported and shown in the website.
You can view an online version herehere
- composer
- npm
- php
- sqlite (may also need to enable module in php.ini)
generate csv file usingcam-finder
git clone https://github.com/member87/cam-finder-web/cd cam-finder-webcomposer installnpm install&& npm run buildtouch database/database.sqlitemv .env.example .envphp 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 bitphp artisan servehttp://localhost:8000
- 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