shell bypass 403

Cubjrnet7 Shell

: /home/eklavya/www/media/com_menus/js/ [ drwxr-xr-x ]

name : admin-item-modal-es5.js
(function () {
  'use strict';

  /**
   * @copyright  (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
   * @license    GNU General Public License version 2 or later; see LICENSE.txt
   */
  Joomla = window.Joomla || {};
  (function (Joomla) {
    Joomla.setMenuType = function (type, tmpl) {
      if (tmpl !== '') {
        window.parent.Joomla.submitbutton('item.setType', type);
        window.parent.Joomla.Modal.getCurrent().close();
      } else {
        window.location = "index.php?option=com_menus&view=item&task=item.setType&layout=edit&type=" + type;
      }
    };
  })(Joomla);

})();

© 2025 Cubjrnet7