shell bypass 403
<?xml version="1.0" encoding="utf-8"?> <extension version="3.5" type="plugin" group="search" method="upgrade"> <name>plg_search_weblinks</name> <author>Joomla! Project</author> <creationDate>2021-09-19</creationDate> <copyright>Copyright (C) 2005 - 2021 Open Source Matters. All rights reserved.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <authorEmail>[email protected]</authorEmail> <authorUrl>www.joomla.org</authorUrl> <version>3.9.0</version> <description>PLG_SEARCH_WEBLINKS_XML_DESCRIPTION</description> <files> <folder>language</folder> <file plugin="weblinks">weblinks.php</file> <file>weblinks.xml</file> </files> <languages folder="language"> </languages> <config> <fields name="params"> <fieldset name="basic"> <field name="search_limit" type="text" label="JFIELD_PLG_SEARCH_SEARCHLIMIT_LABEL" description="JFIELD_PLG_SEARCH_SEARCHLIMIT_DESC" default="50" size="5" /> <field name="search_content" type="radio" label="JFIELD_PLG_SEARCH_ALL_LABEL" description="JFIELD_PLG_SEARCH_ALL_DESC" class="btn-group btn-group-yesno" default="0" > <option value="1">JON</option> <option value="0">JOFF</option> </field> <field name="search_archived" type="radio" label="JFIELD_PLG_SEARCH_ARCHIVED_LABEL" description="JFIELD_PLG_SEARCH_ARCHIVED_DESC" class="btn-group btn-group-yesno" default="0" > <option value="1">JON</option> <option value="0">JOFF</option> </field> </fieldset> </fields> </config> </extension>