⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
mysql
/
mysql-test
/
suite
/
x
/
r
/
View File Name :
forbidden_sql_cmd.result
install plugin mysqlx soname "mysqlx.so"; call mtr.add_suppression("Plugin mysqlx reported: .Failed at SSL configuration: .SSL context is not usable without certificate and private key.."); call mtr.add_suppression("Plugin mysqlx reported: .SSL_CTX_load_verify_locations failed."); RUN DROP SCHEMA IF EXISTS xtest 0 rows affected RUN CREATE SCHEMA xtest 1 rows affected RUN USE xtest 0 rows affected RUN DROP PROCEDURE IF EXISTS xtest.uninstall_plugin 0 rows affected RUN DROP PROCEDURE IF EXISTS xtest.install_plugin 0 rows affected RUN DROP PROCEDURE IF EXISTS xtest.shutdown_server 0 rows affected RUN CREATE PROCEDURE xtest.uninstall_plugin() BEGIN UNINSTALL PLUGIN `mysqlx`; END 0 rows affected RUN CREATE PROCEDURE xtest.install_plugin() BEGIN INSTALL PLUGIN `mysqlx` SONAME "$MYSQLXPLUGIN"; END 0 rows affected RUN CREATE PROCEDURE xtest.shutdown_server() BEGIN SHUTDOWN; END 0 rows affected RUN UNINSTALL PLUGIN `mysqlx` While executing UNINSTALL PLUGIN `mysqlx`: Got expected error: Command not supported by pluggable protocols (code 3130) RUN INSTALL PLUGIN `mysqlx` SONAME "$MYSQLXPLUGIN" While executing INSTALL PLUGIN `mysqlx` SONAME "$MYSQLXPLUGIN": Got expected error: Command not supported by pluggable protocols (code 3130) RUN SHUTDOWN While executing SHUTDOWN: Got expected error: Command not supported by pluggable protocols (code 3130) RUN CALL xtest.uninstall_plugin() While executing CALL xtest.uninstall_plugin(): Got expected error: Command not supported by pluggable protocols (code 3130) RUN CALL xtest.install_plugin() While executing CALL xtest.install_plugin(): Got expected error: Command not supported by pluggable protocols (code 3130) RUN CALL xtest.shutdown_server() While executing CALL xtest.shutdown_server(): Got expected error: Command not supported by pluggable protocols (code 3130) RUN DROP SCHEMA IF EXISTS xtest 0 rows affected Mysqlx.Ok { msg: "bye!" } ok UNINSTALL PLUGIN mysqlx;