Skip to content
/ GoVnc Public

对目标进行屏幕监控,实时监控上传到阿里云oss。更新根据键盘鼠标状态来监控,节省资源。

Notifications You must be signed in to change notification settings

pant0m/GoVnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoVnc

GoVnc是使用go+阿里云oss实现对屏幕(截屏)进行监控。截屏后进行实时上传操作,从而达到屏幕监控的效果。 如果要长期监控可以加入到开启启动项,计划任务等;

更新 2022年12月8日 11点59分

加入键盘鼠标在活动状态下进行监控。

仅供学习使用,请勿用作非法用途!

详细使用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

效果

键盘活动时候进行截屏 image

定时回传 image

查看图片

image

About

对目标进行屏幕监控,实时监控上传到阿里云oss。更新根据键盘鼠标状态来监控,节省资源。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages