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 | : 3.23.61.205
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 /
audit_null /
t /
[ HOME SHELL ]
Name
Size
Permission
Action
audit_plugin-master.opt
17
B
-rw-r--r--
audit_plugin.test
1.48
KB
-rw-r--r--
audit_plugin_2-master.opt
15
B
-rw-r--r--
audit_plugin_2.test
107.34
KB
-rw-r--r--
audit_plugin_bugs-master.opt
16
B
-rw-r--r--
audit_plugin_bugs.test
4.63
KB
-rw-r--r--
general_error_abort-master.opt
15
B
-rw-r--r--
general_error_abort.test
1.58
KB
-rw-r--r--
general_error_abort_ps-master....
15
B
-rw-r--r--
general_error_abort_ps.test
3.66
KB
-rw-r--r--
general_log_abort-master.opt
15
B
-rw-r--r--
general_log_abort.test
1.16
KB
-rw-r--r--
general_log_abort_ps-master.op...
15
B
-rw-r--r--
general_log_abort_ps.test
6.09
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : general_log_abort_ps.test
--source include/have_null_audit_plugin.inc --source include/not_embedded.inc --source include/no_protocol.inc --replace_regex /\.dll/.so/ eval INSTALL PLUGIN null_audit SONAME '$AUDIT_NULL'; --echo ############# --echo ## PREPARE ## --echo ############# --echo # Abort first MYSQL_AUDIT_GENERAL_LOG event 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;;ABORT_RET'; --replace_result $MASTER_MYSOCK MASTER_SOCKET $MASTER_MYPORT MASTER_PORT --error ER_AUDIT_API_ABORT PREPARE stmt FROM 'SELECT 1'; SELECT @@null_audit_event_order_check; --error ER_UNKNOWN_STMT_HANDLER EXECUTE stmt; --echo # Abort second MYSQL_AUDIT_GENERAL_LOG event 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="99";;' 'MYSQL_AUDIT_PARSE_PREPARSE;;;' 'MYSQL_AUDIT_PARSE_POSTPARSE;;;' 'MYSQL_AUDIT_GENERAL_LOG;;ABORT_RET'; --replace_result $MASTER_MYSOCK MASTER_SOCKET $MASTER_MYPORT MASTER_PORT --error ER_AUDIT_API_ABORT PREPARE stmt FROM 'SELECT 1'; SELECT @@null_audit_event_order_check; --error ER_UNKNOWN_STMT_HANDLER EXECUTE stmt; --echo ####################################### --echo ## ABORT GENERAL LOG WITH MY_MESSAGE ## --echo ####################################### --echo # Abort first MYSQL_AUDIT_GENERAL_LOG event 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;;ABORT_RET'; --replace_result $MASTER_MYSOCK MASTER_SOCKET $MASTER_MYPORT MASTER_PORT --error ER_AUDIT_API_ABORT PREPARE stmt FROM 'SELECT 1'; SELECT @@null_audit_event_order_check; --error ER_UNKNOWN_STMT_HANDLER EXECUTE stmt; --echo # Abort second MYSQL_AUDIT_GENERAL_LOG event 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="99";;' 'MYSQL_AUDIT_PARSE_PREPARSE;;;' 'MYSQL_AUDIT_PARSE_POSTPARSE;;;' 'MYSQL_AUDIT_GENERAL_LOG;;ABORT_RET'; --replace_result $MASTER_MYSOCK MASTER_SOCKET $MASTER_MYPORT MASTER_PORT --error ER_AUDIT_API_ABORT PREPARE stmt FROM 'SELECT 1'; SELECT @@null_audit_event_order_check; --error ER_UNKNOWN_STMT_HANDLER EXECUTE stmt; --echo ############# --echo ## EXECUTE ## --echo ############# PREPARE stmt FROM 'SELECT 2'; --echo # Abort first MYSQL_AUDIT_GENERAL_LOG event 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;;ABORT_RET'; --replace_result $MASTER_MYSOCK MASTER_SOCKET $MASTER_MYPORT MASTER_PORT --error ER_AUDIT_API_ABORT EXECUTE stmt; SELECT @@null_audit_event_order_check; EXECUTE stmt; # BUG - Aborting 2nd MYSQL_AUDIT_GENERAL_LOG event fails #--echo # Abort second MYSQL_AUDIT_GENERAL_LOG event #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="100";;' # 'MYSQL_AUDIT_GENERAL_LOG;;ABORT_RET'; #--replace_result $MASTER_MYSOCK MASTER_SOCKET $MASTER_MYPORT MASTER_PORT #--error ER_AUDIT_API_ABORT #EXECUTE stmt; #SELECT @@null_audit_event_order_check; #EXECUTE stmt; --echo ####################################### --echo ## ABORT GENERAL LOG WITH MY_MESSAGE ## --echo ####################################### --echo # Abort first MYSQL_AUDIT_GENERAL_LOG event 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;;ABORT_RET'; --replace_result $MASTER_MYSOCK MASTER_SOCKET $MASTER_MYPORT MASTER_PORT --error ER_AUDIT_API_ABORT EXECUTE stmt; SELECT @@null_audit_event_order_check; EXECUTE stmt; # BUG - Aborting 2nd MYSQL_AUDIT_GENERAL_LOG event fails #--echo # Abort second MYSQL_AUDIT_GENERAL_LOG event #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="100";;' # 'MYSQL_AUDIT_GENERAL_LOG;;ABORT_RET'; #--replace_result $MASTER_MYSOCK MASTER_SOCKET $MASTER_MYPORT MASTER_PORT #--error ER_AUDIT_API_ABORT #EXECUTE stmt; #SELECT @@null_audit_event_order_check; #EXECUTE stmt; UNINSTALL PLUGIN null_audit;
Close