shell bypass 403
(function(){"use strict";/** * @copyright (C) 2021 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */if(!window.Joomla)throw new Error("Joomla API was not properly initialised");var r=function(){var t=Joomla.getOptions("plg_system_schedulerunner"),e=Joomla.getOptions("system.paths"),i=(t&&t.interval?parseInt(t.interval,10):300)*1e3,o=(e?e.root+"/index.php":window.location.pathname)+"?option=com_ajax&format=raw&plugin=RunSchedulerLazy&group=system";setInterval(function(){return fetch(o,{method:"GET"})},i),fetch(o,{method:"GET"})};(function(n){n.addEventListener("DOMContentLoaded",function(){r()})})(document)})();