This is free remote access trojan.
- RemoteDesktop:
- View victim's desktop
- Clipboard data synchronization (only text)
- Screenshot
- Gdi grab and x264 encode.
- Record (Not implemented yet)
- Support multiple minitors
- Camera:
- Open Camera
- Screenshot
- Record (Not implemented yet)
- Microphone
- Listen victim's microphone
- Send local voice to remote machine.
- Record (Not implemented yet)
- FileManager:
- View victim's files
- Upload file from local disk.
- Upload file from url
- Download files
- Copy,cut,and delete files
- Search file
- Cmd
- Remote command execute.
- ChatBox
- Chat with victim
- Proxy:
- SocksProxy
- support connect and udp.
- support socks4 and socks5.
- HTTP(s) proxy (Not implemented yet)
- Reverse proxy(like frp) (Not implemented yet)
- SocksProxy
- Keyload listen:
- Implemented by setting a global GetMessage hook and hooking WM_CHAR message
- ProcessManager:
- View processes running on victim's PC (Support the display of process's icon)
- Kill processes
- Window Manager(Not implemented yet)
- Service Manager(Not implemented yet)
-
远程桌面:
- 观看对方屏幕
- 剪切办文本自动同步
- 截屏
- DXGI(快) 与GDI两种抓屏
- 录屏 (还未实现)
- 支持多个显示器的切换
-
摄像头:
- 打开摄像头
- 截图
- 录制(未实现)
-
麦克风
- 监听麦克风
- 发送本地语音到远程
- 录音
-
文件管理:
- 文件浏览
- 从本地上传文件
- 从URL上传文件
- 下载文件到本地
- 文件复制,剪切,拷贝等
- 文件搜索
-
CMD
- 命令执行
-
聊天
- 与肉鸡对话
-
代理:
- Socks代理
- 支持connect和udp associate 命令
- 支持socs4,socks5
- HTTP(s) 代理 (未实现)
- 类似frp的内网穿透 (未实现)
- Socks代理
-
键盘记录:
- 通过全局get message hook实现
-
进程管理:
- 进程浏览,支持显示进程图标
- 结束进程
-
窗口管理 (未实现)
-
服务管理 (未实现)
- Implement your class based on CEventHandler.
- Implement your class based on CEventHandler.
- Implement your window and process messages which send by CXXXHandler. If you want to know detail steps,please reference already developed modules.
- 继承CEventHandler 实现主要的逻辑
- 继承CEventHandler 实现主要的逻辑
- 设计Window 并且处理 handler 通知的消息,同时通过handler发起命令操作. 详细的步骤请参考已经开发好的模块