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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2023-25194 — CVE-2023-25194 扫描 | Kitploit
工具/GitHubGitHub/yongye-security/cve-2023-25194
侦察漏洞扫描器漏洞利用Web应用程序漏洞利用渗透测试
GitHubyongye-security/cve-2023-25194

CVE-2023-25194

CVE-2023-25194 扫描

查看仓库
222年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

本工具仅作为安全测试,勿要进行非法攻击。否则造成的后果自行承担。

CVE-2023-25194检测工具,通过JNDI加载DNSlog平台返回的响应内容判断是否存在漏洞。响应内容判断逻辑为经过测试后能够顺利利用所响应的内容,部分响应内容在dnslog平台可以收到目标连接,但是最终无法利用这里已做忽略。

root@kitploit:~
python3 CVE-2023-25194_Scan.py -h

_______    ________    ___   ____ ___  _____      ___   _____________  __ __
  / ____/ |  / / ____/   |__ \ / __ \__ \|__  /     |__ \ / ____<  / __ \/ // /
 / /    | | / / __/________/ // / / /_/ / /_ <________/ //___ \ / / /_/ / // /_
/ /___  | |/ / /__/_____/ __// /_/ / __/___/ /_____/ __/____/ // /\__, /__  __/
\____/  |___/_____/    /____/\____/____/____/     /____/_____//_//____/  /_/

                                                    PowerBy:YongYe__Security

usage: CVE-2023-25194_Scan.py [-h] (-u URL | -f FILE)

Send POST requests to URLs

options:
  -h, --help            show this help message and exit
  -u URL, --url URL     URL, Single target detection
  -f FILE, --file FILE  URL File, Batch scan

单目标利用

root@kitploit:~
python3 CVE-2023-25194_Scan.py -u http://127.0.0.1:8080

批量扫描

存在漏洞的URL会存放在当前目录result.txt内。

root@kitploit:~
python3 CVE-2023-25194_Scan.py -f url.txt

如果有需要可以更改代码中第34行的Dnslog.com为实际DNSlog平台地址,不更改也不会影响程序运行。

下载工具