⚝
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
/
r
/
View File Name :
test_security_context.result
INSTALL PLUGIN test_security_context SONAME 'test_security_context.so'; SELECT PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME='test_security_context'; PLUGIN_STATUS ACTIVE SET @@test_security_context_get_field = "user", @@test_security_context_get_value = "root"; SELECT "OK"; OK OK SET @@test_security_context_get_field = "user", @@test_security_context_get_value = "root-err"; SELECT "FAIL"; ERROR HY000: Aborted by Audit API ('MYSQL_AUDIT_COMMAND_START';1). SET @@test_security_context_get_field = "host", @@test_security_context_get_value = "localhost"; SELECT "OK"; OK OK SET @@test_security_context_get_field = "ip"; SELECT "OK"; OK OK SET @@test_security_context_get_field = "priv_user", @@test_security_context_get_value = "root"; SELECT "OK"; OK OK SET @@test_security_context_get_field = "priv_host", @@test_security_context_get_value = "localhost"; SELECT "OK"; OK OK SET @@test_security_context_get_field = "sec_ctx_test"; SELECT "OK"; OK OK UNINSTALL PLUGIN test_security_context; Warnings: Warning 1620 Plugin is busy and will be uninstalled on shutdown