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-0739 — 🐍 Python Exploit for CVE-2022-0739 | Kitploit
Tools/GitHubGitHub/bkreisel/cve-2022-0739
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubbkreisel/cve-2022-0739

CVE-2022-0739

🐍 Python Exploit for CVE-2022-0739

View Repository
113 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-2022-0739

Python PoC Exploit for CVE-2022-0739

Features

  • Database Metadata Lookup
  • Wordpress User Credential Dump
  • Arbitrary Blind Query Injection 💉

Usage

root@kitploit:~
usage: cve-2022-0739 [-h] -u URL [-e EXEC]

options:
  -h, --help            show this help message and exit
  -u URL, --url URL     URL of the page containing the BookingPress Widget
  -e EXEC, --exec EXEC  Optional query for Blind SQL Injection

Information Leak

root@kitploit:~
cve-2022-0739 --url http://metapress.htb/event

Blind Injection

root@kitploit:~
cve-2022-0739 --url http://metapress.htb/event --exec "SELECT SLEEP(5)"

Installation

PyPI

root@kitploit:~
python3 -m pip install cve-2022-0739

Manual

root@kitploit:~
python3 -m pip install cve_2022_0739-1.0.0-py3-none-any.whl

Download Latest Release

Demo

Information Leak

demo

Blind Injection

demo-exec

Download Tool