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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-21449 — Zeek 脚本,用于检测针对 TLS 客户端的 CVE-2022-21449 漏洞利用尝试 | Kitploit
工具/GitHubGitHub/thack1/cve-2022-21449
数据包嗅探与分析漏洞分析网络安全入侵检测
GitHubthack1/cve-2022-21449

CVE-2022-21449

Zeek 脚本,用于检测针对 TLS 客户端的 CVE-2022-21449 漏洞利用尝试

查看仓库
514年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-21449

用于检测针对 TLS 客户端的 CVE-2022-21449 利用尝试的 Zeek 脚本。仅适用于 TLS 1.2 及以下版本。

安装

zkg install https://github.com/thack1/CVE-2022-21449

运行

对提供的 pcap 文件运行:

$ zeek -Cr pcaps/CVE-2022-21449.pcap CVE-2022-21449

示例通知

root@kitploit:~
#separator \x09
#set_separator  ,
#empty_field    (empty)
#unset_field    -
#path   notice
#open   2022-04-24-13-05-55
#fields ts      uid     id.orig_h       id.orig_p       id.resp_h       id.resp_p       fuid    file_mime_type  file_desc       proto   note    msg     sub     src     dst     p       n       peer_descr      actions email_dest      suppress_for    remote_location.country_code    remote_location.region  remote_location.city  remote_location.latitude        remote_location.longitude
#types  time    string  addr    port    addr    port    string  string  string  enum    enum    string  string  addr    addr    port    count   string  set[enum]       set[string]     interval        string  string  string  double  double
1650798355.280690       CrR9204TYgm1nkpJG1      192.168.125.154 59592   192.168.125.167 443     -       -       -       tcp     CVE_2022_21449::Null_Signature  Null server signature; potential CVE-2022-21449 exploit attempt -       192.168.125.154 192.168.125.167 443     -       -       Notice::ACTION_LOG      (empty)       3600.000000     -       -       -       -       -
#close  2022-04-24-13-14-45

参考

  1. https://neilmadden.blog/2022/04/19/psychic-signatures-in-java/
  2. https://github.com/khalednassar/CVE-2022-21449-TLS-PoC
下载工具