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-2024-32002-Reverse-Shell — Este script demuestra cómo explotar la vulnerabilidad CVE-2024-32002 para obtener una reverse shell, proporcionando acceso remoto al sistema afectado. Úselo con precaución en entornos controlados y solo con fines educativos o de pruebas de seguridad. | Kitploit
Tools/GitHubGitHub/yukafake/cve-2024-32002-reverse-shell
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationRemote Access Tool
GitHubyukafake/cve-2024-32002-reverse-shell

CVE-2024-32002-Reverse-Shell

Este script demuestra cómo explotar la vulnerabilidad CVE-2024-32002 para obtener una reverse shell, proporcionando acceso remoto al sistema afectado. Úselo con precaución en entornos controlados y solo con fines educativos o de pruebas de seguridad.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
62 years agoNot yet reviewed

CVE-2024-32002-Reverse-Shell

This script demonstrates how to exploit CVE-2024-32002 to obtain a reverse shell, providing remote access to the affected system. Use it with caution in controlled environments and only for educational or security testing purposes.

Blog Post

This script is inspired by the blog post: https://amalmurali.me/posts/git-rce. Here you will find more details about this vulnerability.

How it works

  1. A malicious repository (git_rce) includes a submodule with a specially crafted path.
  2. The submodule path uses a case variation that exploits the case-insensitive file system.
  3. The submodule includes a symbolic link pointing to its .git/ directory, which contains a malicious link.
  4. When the repository is cloned, the symbolic link is followed and the malicious link is executed, leading to RCE.
NOTE:

Affected and Patched Git Versions

Versions affected by the vulnerability:

  • All versions prior to 2.45.1
  • All versions prior to 2.44.1
  • All versions prior to 2.43.4
  • All versions prior to 2.42.2
  • All versions prior to 2.41.1
  • All versions prior to 2.40.2
  • All versions prior to 2.39.4

Patched versions:

  • 2.45.1
  • 2.44.1
  • 2.43.4
  • 2.42.2
  • 2.41.1
  • 2.40.2
  • 2.39.4

Execution

⚠️ Warning: Do not run this PoC on systems you do not own or for which you do not have explicit permission to use. Unauthorized testing may have unintended consequences.

root@kitploit:~
bash pocgitreveshell.sh

Note: On Windows, you may need to run the shell as administrator for this to work.

What it looks like when running

image

And you will get the reverse shell

image

That's all for this PoC :)

Download Tool