|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/create-a-surveillance-system-using-your-pc-and-phone/
课程评论:没有评论
**课程名称:** 使用您的PC和手机创建监控系统 **课程概述:** 本课程旨在教授学员如何利用闲置的笔记本电脑(运行Linux)、一部备用安卓手机以及Discord服务器,搭建一个经济高效且功能灵活的远程监控系统。传统监控系统因成本高昂、功能受限(通常仅限于局域网内访问)而难以满足需求,而本课程将打破这些限制。 **项目动机:** 作者分享了搭建此系统的初衷,即希望能以较低成本实现家庭远程监控。利用旧安卓手机和带有Linux的旧笔记本电脑,作者成功开发了一个可远程管理和访问的监控解决方案。 **所需材料:** * 一台运行Linux的笔记本电脑/台式机 * 一部备用安卓手机 * 一个Discord服务器 **搭建步骤(课程中会详细讲解):** 1. **创建Discord服务器和文本频道:** 专门用于上传监控图像和通过用户自定义命令控制系统。 2. **获取Discord访问令牌和频道ID:** 课程的第四个视频将详细指导如何找到这两个关键信息。 3. **配置`[Token URL ID]`文件:** 将获取到的访问令牌和频道ID写入此文件。 4. **编辑`Exploit`(Bash脚本):** 修改其中的监听端口(Listening Port)和监听主机(Listening Host)。 5. **运行`Start`脚本:** 在完成所有配置后,即可启动监控系统。
My motivation for this project:As we all know, how important a surveillance system is to monitor our household whenever we go out.I always wanted to install one, but the options were too costly and not so flexible because mostly these systems operate only in a LAN environment and you can't remotely access / control them. Then I started working on this project as I had an old android phone and a spare laptop with Linux running on it.My goal was to make an efficient surveillance system, which can be managed remotely. So when I'm out, I can see whatsgoing on outside my home. What you need for this?You just need a laptop / desktop running Linux, a spare android mobile phone and a discord server. How to set this up? (Everything covered in the course) 1. Create a Discord Server and one text group within it, which will be dedicated thereafter for uploading the surveillance images and controlling the system through user-defined commands. 2. Now make sure that you extract the [Access token] and [Group ID] of your Discord Server's text group. Need Help extracting these 2, watch the 4th video -> Finding Access token and Group Id on Discord3. Once you have these 2 things, copy them to the [Token URL ID] file. 4. Edit the changes in the Exploit (Bash script) file [edit Listening Port and Listening Host].## Run the Start script once all changes are made.