1d7cffbdac
- Completely overhauled the method for exploiting the GiveWP plugin by removing dependency on the REST API, which may require authentication. - Instead, we now use the admin-ajax.php endpoint for retrieving form lists and nonce values, ensuring compatibility even when REST API authentication is required. - The exploit now works with all form types; however, the give_price_id and give_amount must be set to '0' and '0.00', respectively, as attempts to randomize these values caused the exploit to fail.