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
gerapy-cve-2021-43857 — Proof of Concept exploit for CVE‑2021‑43857: Authenticated Remote Code Execution in Gerapy (<0.9.8). Updated and automated version of the original Exploit‑DB PoC for educational and authorized testing purposes only. | Kitploit
Tools/GitHubGitHub/prowlsec/gerapy-cve-2021-43857
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRemote Access Tool
GitHubprowlsec/gerapy-cve-2021-43857

gerapy-cve-2021-43857

Proof of Concept exploit for CVE‑2021‑43857: Authenticated Remote Code Execution in Gerapy (<0.9.8). Updated and automated version of the original Exploit‑DB PoC for educational and authorized testing purposes only.

View Repository
121 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

Gerapy CVE-2021-43857 (Authenticated RCE)

This repository contains a proof of concept exploit for CVE-2021-43857,
a Remote Code Execution vulnerability affecting Gerapy < 0.9.8.

This is an updated version of the original Exploit-DB PoC,
with bug fixes and automation for easier reproduction in authorized testing environments.

⚠️ Disclaimer:
This code is published for educational and authorized penetration testing only.
Do not use against systems without explicit permission.
The author takes no responsibility for misuse.

Features

  • Automates login with default credentials
  • Automatically creates a project (if needed)
  • Sends reverse shell payload
  • Starts a Netcat listener automatically

Usage

root@kitploit:~
python3 exploit.py -t <TARGET_IP> -p <TARGET_PORT> -L <LOCAL_IP> -P <LOCAL_PORT>

Requirements

  1. Python 3.x
  2. requests and pyfiglet (pip install requests pyfiglet)
  3. Netcat (nc)
Download Tool