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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-3602-and-CVE-2022-3786 — 基于 Python 的扫描器,通过检查单个或多个目标上的客户端认证要求,检测存在 CVE-2022-3602 和 CVE-2022-3786 漏洞的 OpenSSL 3.0.0-3.0.6 服务器。 | Kitploit
工具/GitHubGitHub/cybersecurityworks553/cve-2022-3602-and-cve-2022-3786
漏洞扫描器漏洞分析信息收集网络安全渗透测试
GitHubcybersecurityworks553/cve-2022-3602-and-cve-2022-3786

CVE-2022-3602-and-CVE-2022-3786

基于 Python 的扫描器,通过检查单个或多个目标上的客户端认证要求,检测存在 CVE-2022-3602 和 CVE-2022-3786 漏洞的 OpenSSL 3.0.0-3.0.6 服务器。

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
4123年前尚未审核
分享

CVE-2022-3602-and-CVE-2022-3786

这是一个检测脚本,用于判断 SSL 服务器是否要求客户端身份验证;若要求,则基于 OpenSSL 3.0.0 至 3.0.6 的服务器将同时存在 CVE-2022-3602 和 CVE-2022-3786 漏洞。

前提条件

  • python3
  • pip install -r requirements.txt

用法

root@kitploit:~
usage: openssl_cert_detector.py [-h] [-t TARGET] [-T TARGETS]

optional arguments:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        Single IP with port separate by colon. Example: -t 192.168.0.3:3000
  -T TARGETS, --targets TARGETS
                        List of IP and port separate by colon and separated by new line in text file

示例 1:

检查单个 IP 和端口是否存在 openssl 漏洞

root@kitploit:~
python openssl_cert_detector.py -t 192.168.0.3:3000

示例 2:

检查文本文件中按换行分隔的 IP 和端口列表中是否存在 openssl 漏洞

root@kitploit:~
python openssl_cert_detector.py -T check.txt

参考资料

  • https://github.com/colmmacc/CVE-2022-3602
  • https://github.com/DataDog/security-labs-pocs/tree/main/proof-of-concept-exploits/openssl-punycode-vulnerability
  • https://github.com/jfrog/jfrog-openssl-tools
下载工具