Linux bear.hostingplus.cl 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
LiteSpeed
Server IP : 192.140.57.17 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : explo
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
ea-php54
5.39
MB
-rwxr-xr-x
2026-01-08 17:24
ea-php56
5.95
MB
-rwxr-xr-x
2026-02-01 18:55
ea-php70
6.05
MB
-rwxr-xr-x
2026-02-01 19:06
ea-php71
6.32
MB
-rwxr-xr-x
2026-02-01 19:18
ea-php72
6.73
MB
-rwxr-xr-x
2026-02-01 19:29
ea-php73
4.62
MB
-rwxr-xr-x
2026-02-01 19:40
ea-php74
6.09
MB
-rwxr-xr-x
2026-02-01 19:59
ea-php80
7.62
MB
-rwxr-xr-x
2026-02-01 20:12
ea-php81
6.1
MB
-rwxr-xr-x
2026-02-11 08:48
ea-php82
7.78
MB
-rwxr-xr-x
2026-02-01 20:23
ea-php83
7.8
MB
-rwxr-xr-x
2026-02-01 20:32
lsphp
937
B
-rwxr-xr-x
2025-04-03 08:08
php
933
B
-rwxr-xr-x
2025-04-03 08:08
wp
181
B
-rwxr-xr-x
2025-06-22 07:02
Save
Rename
#!/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;