⚝
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
/
audit_null
/
t
/
View File Name :
general_error_abort.test
--source include/have_null_audit_plugin.inc --source include/not_embedded.inc --source include/no_protocol.inc call mtr.add_suppression("Event 'MYSQL_AUDIT_GENERAL_ERROR' cannot be aborted."); --replace_regex /\.dll/.so/ eval INSTALL PLUGIN null_audit SONAME '$AUDIT_NULL'; SET @@null_audit_event_order_check = 'MYSQL_AUDIT_COMMAND_START;command_id="3";;' 'MYSQL_AUDIT_PARSE_PREPARSE;;;' 'MYSQL_AUDIT_PARSE_POSTPARSE;;;' 'MYSQL_AUDIT_GENERAL_LOG;;;' 'MYSQL_AUDIT_QUERY_START;sql_command_id="0";;' 'MYSQL_AUDIT_GENERAL_ERROR;;ABORT_RET'; --error ER_NO_SUCH_TABLE SELECT * FROM mysql.non_existing_table; SELECT @@null_audit_event_order_check; --echo ####################################### --echo ## ABORT GENERAL LOG WITH MY_MESSAGE ## --echo ####################################### SET @@null_audit_abort_message = "Abort with my_message."; SET @@null_audit_event_order_check = 'MYSQL_AUDIT_COMMAND_START;command_id="3";;' 'MYSQL_AUDIT_PARSE_PREPARSE;;;' 'MYSQL_AUDIT_PARSE_POSTPARSE;;;' 'MYSQL_AUDIT_GENERAL_LOG;;;' 'MYSQL_AUDIT_QUERY_START;sql_command_id="0";;' 'MYSQL_AUDIT_GENERAL_ERROR;;ABORT_RET'; --error ER_NO_SUCH_TABLE SELECT * FROM mysql.non_existing_table; SELECT @@null_audit_event_order_check; UNINSTALL PLUGIN null_audit;