shell bypass 403
<?xml version="1.0" encoding="utf-8"?> <extension type="component" version="3.1" method="upgrade"> <name>Dearflip</name> <author>DearHive</author> <creationDate>June 2021</creationDate> <copyright>Copyright © 2007 Free Software Foundation, Inc. All rights reserved.</copyright> <license>GNU General Public License version 3 or later; see https://www.gnu.org/licenses/gpl-3.0.en.html </license> <authorEmail>[email protected]</authorEmail> <authorUrl>www.dearhive.com</authorUrl> <version>1.0.81</version> <description>Dearflip Flipbook Extension</description> <install > <!-- Runs on install --> <sql folder="admin"> <file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file> </sql> </install> <uninstall> <!-- Runs on uninstall --> <sql folder="admin"> <file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file> </sql> </uninstall> <update> <!-- Runs on update; New since J2.5 --> <schemas> <schemapath type="mysql">sql/updates/mysql</schemapath> </schemas> </update> <administration> <menu link='index.php?option=com_dearflip'>Dearflip</menu> <files folder="admin"> <file>dearflip.php</file> <folder>sql</folder> <file>controller.php</file> <file>dearflip.css</file>file> <folder>views</folder> <folder>controllers</folder> <folder>models</folder> <folder>tables</folder> <folder>assets</folder> <file>index.html</file> <file>com_dearflip.xml</file> </files> <languages folder="admin/language"> <language tag="en-GB">en-GB/en-GB.com_dearflip.ini</language> <language tag="en-GB">en-GB/en-GB.com_dearflip.sys.ini</language> </languages> </administration> </extension>