Linux sh52.ich-4.com 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64
LiteSpeed
Server IP : 198.143.147.58 & Your IP : 216.73.217.21
Domains :
Cant Read [ /etc/named.conf ]
User : actualbuzz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
ea-php56
5.09
MB
-rwxr-xr-x
2026-03-29 18:16
ea-php70
5.25
MB
-rwxr-xr-x
2026-03-29 18:24
ea-php71
5.44
MB
-rwxr-xr-x
2026-03-29 18:40
ea-php72
5.87
MB
-rwxr-xr-x
2026-03-29 18:54
ea-php73
4.62
MB
-rwxr-xr-x
2026-03-29 19:03
ea-php74
4.5
MB
-rwxr-xr-x
2026-03-29 19:26
ea-php80
8.69
MB
-rwxr-xr-x
2026-03-29 19:40
ea-php81
8.73
MB
-rwxr-xr-x
2026-03-29 19:52
ea-php82
8.76
MB
-rwxr-xr-x
2026-03-29 20:04
ea-php83
8.77
MB
-rwxr-xr-x
2026-03-26 12:05
ea-php84
8.79
MB
-rwxr-xr-x
2026-04-17 17:07
ea-php85
15.77
MB
-rwxr-xr-x
2026-04-17 18:09
lsphp
937
B
-rwxr-xr-x
2025-07-01 16:06
php
933
B
-rwxr-xr-x
2025-07-01 16:06
wp
181
B
-rwxr-xr-x
2026-02-03 15:26
Save
Rename
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - php-cli Copyright 2018 cPanel, L.L.C. # All rights Reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited package ea_php_cli::cli; BEGIN { delete @ENV{qw(PERL5LIB PERLLIB PERL5OPT PERL5DB PERL5SHELL PERL_DEBUG_MSTATS PERL_DESTRUCT_LEVEL)}; # Paranoid much? unshift @INC, '/var/cpanel/ea4'; # avoid slow use lib } use strict; use warnings; use ea_php_cli (); my $bin = "php"; run(@ARGV) unless caller(); sub run { return ea_php_cli::run( $bin, @_ ); # faster than unshift @_, "php-cgi"; goto &ea_php_cli::run; ? } 1;