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-2019-18818_CVE-2019-19609 — This repository contains a Python script to exploit two vulnerabilities: CVE-2019-18818 and CVE-2019-19609. | Kitploit
Tools/GitHubGitHub/abelsrzz/cve-2019-18818_cve-2019-19609
Password AttacksVulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationRemote Access Tool
GitHubabelsrzz/cve-2019-18818_cve-2019-19609

CVE-2019-18818_CVE-2019-19609

This repository contains a Python script to exploit two vulnerabilities: CVE-2019-18818 and CVE-2019-19609.

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
21 year agoNot yet reviewed

Exploits for CVE-2019-18818 and CVE-2019-19609

This repository contains a Python script to exploit two vulnerabilities: CVE-2019-18818 and CVE-2019-19609.

CVE-2019-18818

This vulnerability allows an attacker to reset the password of an admin user in the Strapi CMS.

Usage

  1. Modify the target and strapi_port variables in the script to match the target Strapi instance.
  2. Run the script to reset the admin password.

CVE-2019-19609

This vulnerability allows an attacker to execute arbitrary commands on the server running Strapi CMS.

Usage

  1. Modify the local_ip and local_port variables in the script to match your local machine's IP and desired port for the reverse shell.
  2. Ensure you have a netcat listener running on the specified port: nc -lvnp <local_port>.
  3. Run the script to send the remote shell payload.

Disclaimer

This script is intended for educational purposes only. Use it at your own risk. The author is not responsible for any damage caused by this script.

Requirements

  • Python 3
  • requests library
  • pwntools library

Installation

root@kitploit:~
pip install requests pwntools
Download Tool