GoVnc是使用go+阿里云oss实现对屏幕(截屏)进行监控。截屏后进行实时上传操作,从而达到屏幕监控的效果。 如果要长期监控可以加入到开启启动项,计划任务等;
加入键盘鼠标在活动状态下进行监控。
仅供学习使用,请勿用作非法用途!
详细使用:https://www.yuque.com/pantom/web/txcveqczgc3h8at2
git clone https://github.com/pantom2077/GoVnc.git
cd .\GoVnc\
go build
/$$$$$$ /$$ /$$
/$$__ $$ | $$ | $$
| $$ \__/ /$$$$$$ | $$ | $$ /$$$$$$$ /$$$$$$$
| $$ /$$$$ /$$__ $$| $$ / $$/| $$__ $$ /$$_____/
| $$|_ $$| $$ \ $$ \ $$ $$/ | $$ \ $$| $$
| $$ \ $$| $$ | $$ \ $$$/ | $$ | $$| $$
| $$$$$$/| $$$$$$/ \ $/ | $$ | $$| $$$$$$$
\______/ \______/ \_/ |__/ |__/ \_______/
Author:tom v1.2
Usage of C:\Users\xx\AppData\Local\Temp\go-build3697669349\b001\exe\main.exe:
-auto
Screenshot according to the operation of mouse and keyboard (default true) #默认开启
-o string
format: bucketName:accessKeyId:accessKeySecret:endpoint
-s int
Interval time second (default 10) # 默认 10