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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2020-0688 — Exploit and detect tools for CVE-2020-0688 | Kitploit
工具/GitHubGitHub/zcgonvh/cve-2020-0688
Vulnerability AnalysisExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubzcgonvh/cve-2020-0688

CVE-2020-0688

Exploit and detect tools for CVE-2020-0688

查看仓库
353746年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

用于CVE-2020-0688(Microsoft Exchange默认MachineKeySection反序列化漏洞)的利用与检测工具

构建

root@kitploit:~
csc ExchangeCmd.cs
csc ExchangeDetect.cs

用法

root@kitploit:~
ExchangeDetect <target> <user> <pass>

root@kitploit:~
ExchangeCmd <target> <user> <pass>
子命令:
	exec <cmd> [args]
	  执行命令
		
	arch
	  获取远程进程架构(用于shellcode)
		
	shellcode <shellcode.bin>
	  运行shellcode
		
	exit
	  退出程序

更多信息请阅读writeup.pdf(中文)。

下载工具