A package for remote control with screen capture and input handling
Project description
JCer
项目描述
JCer 是一个基于 Python 和 Flask 的远程控制系统。它包括一个服务器端和一个客户端。服务器提供 Web 界面,用于管理连接的客户端。客户端可以捕获屏幕、记录键盘输入,并将数据发送到服务器。
功能特性
- 远程屏幕监控
- 远程命令执行
- 键盘输入记录
- 2FA 认证 (用户无法重新连接)
- Web 界面控制
安装
服务器端
-
克隆或下载项目。
-
安装依赖:
pip install -r requirements.txt
对于特定 Python 版本,使用相应的 requirements 文件(requirements_3.6.txt, requirements_3.7.txt, requirements_3.8.txt)。
客户端
客户端依赖在 static/client/requirements.txt。
-
安装依赖:
pip install -r static/client/requirements.txt
使用
运行服务器
设置环境变量 PASSWORD(可选,默认 123456):
export PASSWORD=your_password
python server.py
服务器将在 http://localhost:5000 运行。
运行客户端
python static/client/client.py
客户端会扫描网络找到服务器并连接。
项目结构
server.py: Flask 服务器应用static/client/client.py: 客户端脚本static/: 静态文件(CSS, JS 等)requirements.txt: 服务器依赖static/client/requirements.txt: 客户端依赖
注意事项
- 这是一个实验性项目,请谨慎使用。
- 确保网络安全,避免在不信任的环境中使用。
- 两因素认证使用 pyotp。
许可证
(请根据实际情况添加许可证信息)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jcer-0.2.7.tar.gz.
File metadata
- Download URL: jcer-0.2.7.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0b6477e8b54415aae6cafbb28475d64045f0099aaee3ed1d649b292bb7d9c4e
|
|
| MD5 |
032f3b7d1097cb9ff6b719bf9ddc7ab8
|
|
| BLAKE2b-256 |
1678195bf6f59d86b8f636f6be7fe00c031cba69dec71e0dd9aecae0bf34ce8d
|
File details
Details for the file jcer-0.2.7-py3-none-any.whl.
File metadata
- Download URL: jcer-0.2.7-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70049ff2f1146e070912b7f95a9354ce65437b4c00f135c656e9d8c433c59a82
|
|
| MD5 |
64ca8688a1ff6a6efeeee04c598ffd0c
|
|
| BLAKE2b-256 |
df5ed7b8c53aa5c17f195d54dfaf4f703895b2f76917360da1d28ffc869c62d0
|