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-2024-5522-PoC — Unauthenticated SQL injection exploit for CVE-2024-5522 targeting WordPress HTML5 Video Player plugin. Includes automated target discovery via search engine dorking and PoC script execution. | Kitploit
Tools/GitHubGitHub/kryptonproject/cve-2024-5522-poc
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubkryptonproject/cve-2024-5522-poc

CVE-2024-5522-PoC

Unauthenticated SQL injection exploit for CVE-2024-5522 targeting WordPress HTML5 Video Player plugin. Includes automated target discovery via search engine dorking and PoC script execution.

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

CVE-2024-5522-PoC : HTML5 Video Player < 2.5.27 - Unauthenticated SQLi

The plugin does not sanitize and escape a parameter from a REST route before using it in a SQL statement, allowing unauthenticated users to perform SQL injection attacks

setup script:

  1. git clone https://github.com/kryptonproject/CVE-2024-5522-PoC
  2. cd CVE-2024-5522-PoC
  3. pip3 install r requirements.txt
  4. python3 exploit.py

to find a target:

  1. use this dork: "/wp-content/plugins/html5-video-player"
  2. paste it on https://publicwww.com (or any search engine if you want, nobody gunno stop you)
  3. copy all the target (example: https://www.target.com) and put it on txt file
  4. run the script and put the target list path (for example: /home/user/target/target_list.txt) into the Poc script
  5. and boom, hacked :)
Download Tool