shell bypass 403
Cubjrnet7 Shell
: /home/eklavya/public_html/administrator/components/com_admintools/tmpl/wafexceptions/ [ drwxr-xr-x ]
<?php
/**
* @package admintools
* @copyright Copyright (c)2010-2025 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
defined('_JEXEC') or die;
use Joomla\CMS\Factory;
use Joomla\CMS\Layout\LayoutHelper;
$displayData = [
'textPrefix' => 'COM_ADMINTOOLS_WAFEXCEPTION',
'formURL' => 'index.php?option=com_admintools&view=wafexceptions',
//'helpURL' => 'https://docs.joomla.org/Special:MyLanguage/Adding_a_new_article',
'icon' => 'fa fa-filter',
];
$user = Factory::getApplication()->getIdentity();
if ($user->authorise('core.create', 'com_admintools'))
{
$displayData['createURL'] = 'index.php?option=com_admintools&task=wafexception.add';
}
echo LayoutHelper::render('joomla.content.emptystate', $displayData);