forked from go/golangs_learn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
978 B
19 lines
978 B
3 years ago
|
# 一款Golang免杀远控
|
||
|
|
||
|
## 01 工具介绍
|
||
|
由于工作需要,写了一款Golang远控软件,现在也用不上了,开源算了,支持很多功能,如 ”加密传输、截图回传、反向Socks5代理回内网、开机自启“。
|
||
|
|
||
|
当client.exe被点击后,小马会自动复制本身到 ”C:\ProgramData“ 隐藏目录并再次执行,自动删除当前桌面上的Clinet文件。
|
||
|
|
||
|
目前大多数远控软件都基于C++/C#编写的,杀软对这些开发语言很敏感,非常容易就被识别出来了,但使用Golang语言编写的就不一样了,改一改就能过360、火绒、金山、腾讯电脑管家、AVG、等等,如有需要添加其他功能,可以私我哦。
|
||
|
|
||
|
## 02 目前的功能
|
||
|
多用户上线,多用户管理
|
||
|
* 下载远程文件
|
||
|
* 上传本地文件到目标电脑
|
||
|
* 屏幕截图,回传
|
||
|
* 动态设置编码
|
||
|
* 执行系统任意指令
|
||
|
* 安装成服务,实现开机自启[x]
|
||
|
* 反向socks5[x]
|
||
|
* EXE文件捆绑[x]
|