BOOK THIS SPACE FOR AD
ARTICLE AD
## https://sploitus.com/exploit?id=F4F4FD5B-8F2D-5583-B6E0-54CE49C8AB53
# CVE-2024-5932-PoC
Proof-of-Concept for CVE-2024-5932 GiveWP PHP Object Injection
⚠️⚠️THE PoC doesn't work right now, altought you are welcome to try it. Help is appreciated⚠️⚠️
# Usage
```sh
python3 exploit.py
```
The script will ask you to set the target URL
```sh
┌──(root)-[~/CVE-2024-5932]
└─# python3 exploit.py
Enter the target URL (e.g., http://example.com/wp-admin/admin-ajax.php): http://example.com/wp-admin/admin-ajax.php
```
Then you can choose the type of attack you wan't to conduct
```sh
Select the type of payload you want to send:
1: Give_Payment Exploit
2: Simple String Injection
3: Serialized Array Exploit
4: Custom Payload
Enter the number of the payload you want to use:
```
# DISCLAIMER:
This script is provided for educational and research purposes only. The intent of this tool is to help security researchers and penetration testers identify vulnerabilities in systems that they have explicit permission to test. Unauthorized access to computer systems is illegal and unethical.
By using this script, you agree to take full responsibility for any actions performed with it. The author and contributors to this script are not responsible for any damages or legal consequences that may arise from its use. Ensure that you have proper authorization before testing any systems with this tool.
Use this tool responsibly and only on systems for which you have explicit permission to perform security testing.
If you are unsure about the legality of your actions, consult with a legal professional before proceeding.