Linux s3.cpanelhost.co.in 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
LiteSpeed
: 65.108.44.247 | : 216.73.217.55
Cant Read [ /etc/named.conf ]
7.4.33
teac11783
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
local /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
ea-php56
5.09
MB
-rwxr-xr-x
ea-php70
5.25
MB
-rwxr-xr-x
ea-php71
5.44
MB
-rwxr-xr-x
ea-php72
5.87
MB
-rwxr-xr-x
ea-php73
4.62
MB
-rwxr-xr-x
ea-php74
4.5
MB
-rwxr-xr-x
ea-php80
8.69
MB
-rwxr-xr-x
ea-php81
8.73
MB
-rwxr-xr-x
ea-php82
10.09
MB
-rwxr-xr-x
ea-php83
8.77
MB
-rwxr-xr-x
ea-php84
8.79
MB
-rwxr-xr-x
ea-php85
15.83
MB
-rwxr-xr-x
lsphp
937
B
-rwxr-xr-x
php
933
B
-rwxr-xr-x
wp
181
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : lsphp
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - php-lsapi 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::lsapi; 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 = "lsphp"; run(@ARGV) unless caller(); sub run { return ea_php_cli::run( $bin, @_ ); # faster than unshift @_, "php-cgi"; goto &ea_php_cli::run; ? } 1;
Close