shell bypass 403
Cubjrnet7 Shell
: /home/eklavya/.trash/administrator.1/components/com_dearflip/views/dearflipcat/tmpl/ [ drwxr-xr-x ]
<?php /** * @package pkg_dearflip * @subpackage com_dearflip * @since 1.0.0 * @copyright Copyright © 2007 Free Software Foundation, Inc. All rights reserved. * @license GNU General Public License version 3 or later; see https://www.gnu.org/licenses/gpl-3.0.en.html */ // No direct access defined('_JEXEC') or die('Restricted access'); ?> <style> #css-js-demo-id1 { color: red; } .hidden_item{ display: none; } </style> <form action="<?php echo JRoute::_('index.php?option=com_dearflip&layout=edit&id=' . (int) $this->item->id); ?>" method="post" name="adminForm" id="adminForm"> <div class="form-horizontal"> <div style="margin: auto; width:70%; padding: 20px;"> <legend ><?php echo JText::_('COM_DEARFLIP_DEARFLIP_ADD_NEW_CATEGORY_TITLE'); ?></legend> <div class="row-fluid"> <div class="span6"> <?php foreach($this->form->getFieldset('dfcat_title') as $field) { echo $field->renderField(); } ?> </div> </div> </div> </div> <input type="hidden" name="task" value="dearflipcat.edit" /> <?php echo JHtml::_('form.token'); ?> </form>