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

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

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

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

工具目录

分类

查看所有分类
Loading categories
cve-2023-29357-Sharepoint — CVE-2023-29357 的概念验证漏洞利用,针对 SharePoint,附带自动化 Vagrant 实验室环境,用于测试和教育目的。 | Kitploit
工具/GitHubGitHub/guillaume-risch/cve-2023-29357-sharepoint
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育实验室与实践
GitHubguillaume-risch/cve-2023-29357-sharepoint

cve-2023-29357-Sharepoint

CVE-2023-29357 的概念验证漏洞利用,针对 SharePoint,附带自动化 Vagrant 实验室环境,用于测试和教育目的。

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
查看仓库
422年前尚未审核
分享

CVE 2023 29357

信息

  • 目标 SharePoint(Windows Server 2016 + SharePoint 2019)
root@kitploit:~
Login : FSI\Administrateur 
Password : Admin123!
IP : 192.168.56.4
Hostname : WIN-HEVUJ4GJMA6 
  • 攻击机 Lubuntu(版本 22.04.3)
root@kitploit:~
Login : fsi
Password : Admin123!
IP : 192.168.56.3

搭建测试环境

  • 启动 SharePoint 虚拟机
root@kitploit:~
cd "Serveur SharePoint"
vagrant up 

下载 Box(可选)

  • 启动 LUbuntu 虚拟机
root@kitploit:~
cd "Client LUbuntu"
vagrant up

下载 Box(可选)

漏洞利用

https://github.com/Chocapikk/CVE-2023-29357

机器启动后,在攻击机上运行 python 脚本:

root@kitploit:~
python3 exploit.py -u http://win-hevujkgjma6/ -v
下载工具