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.219.190.131
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 /
mysql /
[ HOME SHELL ]
Name
Size
Permission
Action
backup
[ DIR ]
drwxrwxrwx
bin
[ DIR ]
drwxrwxrwx
data
[ DIR ]
drwxrwxrwx
scripts
[ DIR ]
drwxrwxrwx
share
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-rw-rw-
COPYING
17.57
KB
-rw-rw-rw-
CREDITS
2.05
KB
-rw-rw-rw-
README.md
2.81
KB
-rw-rw-rw-
THIRDPARTY
84.24
KB
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
mysql_installservice.bat
848
B
-rwxrwxrwx
mysql_uninstallservice.bat
395
B
-rwxrwxrwx
pwnkit
10.99
KB
-rw-rw-rw-
resetroot.bat
1.07
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mysql_installservice.bat
@echo off if "%OS%" == "Windows_NT" goto WinNT :Win9X echo Don't be stupid! Win9x don't know Services echo Please use mysql_start.bat instead goto exit :WinNT if exist %windir%\my.ini GOTO CopyINI if exist c:\my.cnf GOTO CopyCNF if not exist %windir%\my.ini GOTO MainNT if not exist c:\my.cnf GOTO MainNT :CopyINI echo Safe the %windir%\my.ini as %windir%\my.ini.old! copy %windir%\my.ini /-y %windir%\my.ini.old del %windir%\my.ini GOTO WinNT :CopyCNF echo Safe the c:\my.cnf as c:\my.cnf.old! copy c:\my.cnf /-y c:\my.cnf.old del c:\my.cnf GOTO WinNT :MainNT echo Installing MySQL as an Service copy "%cd%\bin\my.cnf" /-y %windir%\my.ini bin\mysqld --install mysql --defaults-file="%cd%\bin\my.ini" echo Try to start the MySQL deamon as service ... net start MySQL :exit pause
Close