shell bypass 403
<?php /* ------------------------------------------- Component: com_migrateMe4 Author: Barnaby Dixon Email: [email protected] Copywrite: Copywrite (C) 2013 Barnaby Dixon. All Rights Reserved. License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL ---------------------------------------------*/ defined('_JEXEC') or die; if (!JFactory::getUser()->authorise('core.manage', 'com_contact')) { return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR')); } require_once( JPATH_COMPONENT.'/classes/stg.class.php'); require_once( JPATH_COMPONENT.'/framework/init.php'); require_once( JPATH_COMPONENT.'/controller.php'); $controller = new MigrateMe4Controller(); $controller->execute($task = JFactory::getApplication()->input->get('task')); $controller->redirect();