shell bypass 403

Cubjrnet7 Shell


name : component_copy.php
<?php
/**
* @package RSForm! Pro
* @copyright (C) 2007-2019 www.rsjoomla.com
* @license GPL, http://www.gnu.org/copyleft/gpl.html
*/

defined('_JEXEC') or die;

use Joomla\CMS\Language\Text;
?>
<form action="index.php?option=com_rsform" method="post" name="adminForm" id="adminForm">
	<p><?php echo Text::_('RSFP_COPY_COMPONENTS_WHERE'); ?></p>
	<p><?php echo $this->lists['forms']; ?></p>
	<p><button class="btn btn-primary" type="submit"><?php echo Text::_('RSFP_DO_COPY');?></button></p>
	
	<input type="hidden" name="formId" value="<?php echo $this->formId; ?>" />
	<input type="hidden" name="task" value="components.copyprocess" />
	<?php foreach ($this->cids as $cid) { ?>
	<input type="hidden" name="cid[]" value="<?php echo $cid; ?>" />
	<?php } ?>
</form>

© 2025 Cubjrnet7