Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-2023-29357-Sharepoint | Kitploit
Tools/GitHubGitHub/guillaume-risch/cve-2023-29357-sharepoint
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubguillaume-risch/cve-2023-29357-sharepoint

cve-2023-29357-Sharepoint

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
42 years agoNot yet reviewed

CVE 2023 29357

Information

  • SharePoint Target (Windows Server 2016 with SharePoint 2019)
root@kitploit:~
Login : FSI\Administrateur 
Password : Admin123!
IP : 192.168.56.4
Hostname : WIN-HEVUJ4GJMA6 
  • Attacker Lubuntu (Version 22.04.3)
root@kitploit:~
Login : fsi
Password : Admin123!
IP : 192.168.56.3

Setting up the test environment

  • Launching the SharePoint VM
root@kitploit:~
cd "Serveur SharePoint"
vagrant up 

Download the Box (optional)

  • Launching the LUbuntu VM
root@kitploit:~
cd "Client LUbuntu"
vagrant up

Download the Box (optional)

Exploit

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

Once the machines are started, run the python script on the attacker machine:

root@kitploit:~
python3 exploit.py -u http://win-hevujkgjma6/ -v
Download Tool