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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2020-0688 — CVE-2020-0688_Microsoft Exchange 默认 MachineKeySection 反序列化漏洞 | Kitploit
工具/GitHubGitHub/7heknight/cve-2020-0688
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制
GitHub7heknight/cve-2020-0688

CVE-2020-0688

CVE-2020-0688_Microsoft Exchange 默认 MachineKeySection 反序列化漏洞

查看仓库
4年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2020-0688

CVE-2020-0688_Microsoft Exchange 默认 MachineKeySection 反序列化漏洞


安装说明:

  • 使用 git 下载(需要 git):git clone https://github.com/7heKnight/CVE-2020-0688
  • 下载 Zip 文件:https://github.com/7heKnight/CVE-2020-0688/archive/refs/heads/main.zip
  • pip install urllib3 requests
root@kitploit:~
Usage: python poc.py -s <Server/ip> (Required) -u username -p password --proxy (Not Require)

Options:
  -h, --help       show this help message and exit
  -s SERVER        Exchange mail Server URL Example: http://ip/owa
  -u USER          Login account Example: domain\user
  -p PASSWORD      Password
  -c COMMAND       Using Command and get output from web's respond
  --upload=UPLOAD  Upload file and print respond the file location uploaded
  --proxy=PROXY    Proxy to use. Example: https://127.0.0.1:8080 (Support Only
                   HTTP and HTTPS)
下载工具