shell bypass 403

Cubjrnet7 Shell

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

name : admin-field-changecontext.js
/**
 * @copyright  (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */

Joomla.fieldsChangeContext = context => {

  const regex = /([?;&])context[^&;]*[;&]?/;
  const url = window.location.href;
  const query = url.replace(regex, '$1').replace(/&$/, '');
  window.location.href = (query.length > 2 ? query + '&' : '?') + (context ? 'context=' + context : '');
};

© 2025 Cubjrnet7