Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.217.142.228
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
php /
[ HOME SHELL ]
Name
Size
Permission
Action
.channels
[ DIR ]
drwxr-xr-x
.registry
[ DIR ]
drwxr-xr-x
Archive
[ DIR ]
drwxr-xr-x
Console
[ DIR ]
drwxr-xr-x
OS
[ DIR ]
drwxr-xr-x
PEAR
[ DIR ]
drwxr-xr-x
Structures
[ DIR ]
drwxr-xr-x
XML
[ DIR ]
drwxr-xr-x
data
[ DIR ]
drwxr-xr-x
pkgtools
[ DIR ]
drwxr-xr-x
.depdb
2.41
KB
-rw-r--r--
.depdblock
0
B
-rw-r--r--
.lock
0
B
-rw-r--r--
PEAR.php
35.32
KB
-rw-r--r--
System.php
20.08
KB
-rw-r--r--
pearcmd.php
14.67
KB
-rw-r--r--
peclcmd.php
1017
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : peclcmd.php
<?php /** * PEAR, the PHP Extension and Application Repository * * Command line interface * * PHP versions 4 and 5 * * @category pear * @package PEAR * @author Stig Bakken <ssb@php.net> * @author Tomas V.V.Cox <cox@idecnet.com> * @copyright 1997-2009 The Authors * @license http://opensource.org/licenses/bsd-license.php New BSD License * @link http://pear.php.net/package/PEAR */ /** * @nodep Gtk */ //the space is needed for windows include paths with trailing backslash // http://pear.php.net/bugs/bug.php?id=19482 if ('/usr/share/php ' != '@'.'include_path'.'@ ') { ini_set('include_path', trim('/usr/share/php '). PATH_SEPARATOR . get_include_path()); $raw = false; } else { // this is a raw, uninstalled pear, either a cvs checkout, or php distro $raw = true; } define('PEAR_RUNTYPE', 'pecl'); require_once 'pearcmd.php'; /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * indent-tabs-mode: nil * mode: php * End: */ // vim600:syn=php ?>
Close