Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.218.106.172
Cant Read [ /etc/named.conf ]
8.1.13
www
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
/
www /
server /
mysql /
mysql-test /
suite /
x /
include /
[ HOME SHELL ]
Name
Size
Permission
Action
admin_list_objects_table_names...
1.86
KB
-rw-r--r--
connection_default_schema.inc
374
B
-rw-r--r--
connection_ssl.inc
14.67
KB
-rw-r--r--
connection_user_authentication...
4.36
KB
-rw-r--r--
have_performance_schema_thread...
212
B
-rw-r--r--
is_local_machine.inc
107
B
-rw-r--r--
mysqlxtest_expected_error.inc
713
B
-rw-r--r--
mysqlxtest_macro_dir.inc
509
B
-rw-r--r--
performance_schema_assert_empt...
3.87
KB
-rw-r--r--
restart_mysqld_and_wait_for_xp...
409
B
-rw-r--r--
restart_mysqld_pipe.inc
1.52
KB
-rw-r--r--
wait_until_connected_again_pip...
782
B
-rw-r--r--
xplugin_install_and_wait.inc
910
B
-rw-r--r--
xplugin_pfs_instruments_enable...
294
B
-rw-r--r--
xplugin_pfs_instruments_query....
998
B
-rw-r--r--
xplugin_preamble.inc
1.07
KB
-rw-r--r--
xplugin_wait_for_interfaces.in...
1.43
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : xplugin_wait_for_interfaces.inc
## Script xplugin_wait_for_interfaces.inc # # $do_not_wait_for_x_interface - # set for which interfaces the script shouldn't wait # In default the script wait for both socket and tcp # on *NIX OS-es and only for TCP on windows # ## Usage # # --let $wait_for_tcpsocket_status = valid_value|undefined_value|no_wait # --let $wait_for_unixsocket_status = valid_value|undefined_value|no_wait # --source ../include/xplugin_wait_for_interfaces.inc # if ($wait_for_tcpsocket_status != "no_wait") { --let $wait_operation= != if ($wait_for_tcpsocket_status == "undefined_value") { --let $wait_operation= = } let $wait_condition= SELECT 1 FROM performance_schema.global_status WHERE VARIABLE_NAME like "Mysqlx_address" AND VARIABLE_VALUE != "" AND VARIABLE_VALUE $wait_operation "UNDEFINED"; --source include/wait_condition_or_abort.inc } if ($wait_for_unixsocket_status != "no_wait") { --let $wait_operation= != if ($wait_for_unixsocket_status == "undefined_value") { --let $wait_operation= = } let $wait_condition= SELECT 1 FROM performance_schema.global_status WHERE (VARIABLE_NAME like "Mysqlx_socket" AND VARIABLE_VALUE != "" AND VARIABLE_VALUE $wait_operation "UNDEFINED") OR CONVERT(@@version_compile_os using latin1) IN ("Win32","Win64","Windows"); --source include/wait_condition_or_abort.inc } --let $wait_for_tcpsocket_status= --let $wait_for_unixsocket_status=
Close