⚝
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
/
t
/
View File Name :
test_security_context.test
--source include/not_embedded.inc # Has to be loaded here since it needs to be loaded post-flush-privleges --replace_regex /\.dll/.so/ eval INSTALL PLUGIN test_security_context SONAME '$TEST_SECURITY_CONTEXT'; SELECT PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME='test_security_context'; SET @@test_security_context_get_field = "user", @@test_security_context_get_value = "root"; SELECT "OK"; SET @@test_security_context_get_field = "user", @@test_security_context_get_value = "root-err"; --replace_result $MASTER_MYSOCK MASTER_SOCKET $MASTER_MYPORT MASTER_PORT --error ER_AUDIT_API_ABORT SELECT "FAIL"; SET @@test_security_context_get_field = "host", @@test_security_context_get_value = "localhost"; SELECT "OK"; SET @@test_security_context_get_field = "ip"; SELECT "OK"; SET @@test_security_context_get_field = "priv_user", @@test_security_context_get_value = "root"; SELECT "OK"; SET @@test_security_context_get_field = "priv_host", @@test_security_context_get_value = "localhost"; SELECT "OK"; SET @@test_security_context_get_field = "sec_ctx_test"; SELECT "OK"; UNINSTALL PLUGIN test_security_context;