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_uninstallservice.bat
@echo off if "%OS%" == "Windows_NT" goto WinNT :Win9X echo Don't be stupid! Win9x don't know Services echo Please use mysql_stop.bat instead goto exit :WinNT echo now stopping MySQL when it runs net stop mysql echo Uninstalling MySql-Service bin\mysqld.exe --remove mysql if not exist %windir%\my.ini GOTO exit echo Remove %windir%\my.ini del %windir%\my.ini :exit pause
Close