Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
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
ansible
6.29
KB
-rwxr-xr-x
ansible-config
6.29
KB
-rwxr-xr-x
ansible-connection
13.12
KB
-rwxr-xr-x
ansible-console
6.29
KB
-rwxr-xr-x
ansible-doc
6.29
KB
-rwxr-xr-x
ansible-galaxy
6.29
KB
-rwxr-xr-x
ansible-inventory
6.29
KB
-rwxr-xr-x
ansible-playbook
6.29
KB
-rwxr-xr-x
ansible-pull
6.29
KB
-rwxr-xr-x
ansible-test
793
B
-rwxr-xr-x
ansible-vault
6.29
KB
-rwxr-xr-x
bench
210
B
-rwxr-xr-x
crontab
1.81
MB
-rwxr-xr-x
ea-php56
4.02
MB
-rwxr-xr-x
ea-php70
3.91
MB
-rwxr-xr-x
ea-php71
4.08
MB
-rwxr-xr-x
ea-php72
4.32
MB
-rwxr-xr-x
ea-php73
4.71
MB
-rwxr-xr-x
ea-php74
6.09
MB
-rwxr-xr-x
ea-php80
6.67
MB
-rwxr-xr-x
ea-php81
6.71
MB
-rwxr-xr-x
ea_convert_php_ini
39.85
KB
-rwxr-xr-x
ea_current_to_profile
8.31
KB
-rwxr-xr-x
ea_install_profile
7.1
KB
-rwxr-xr-x
ea_sync_user_phpini_settings
6.73
KB
-rwxr-xr-x
enc2xs
40.77
KB
-r-xr-xr-x
encguess
2.99
KB
-r-xr-xr-x
instmodsh
4.1
KB
-r-xr-xr-x
json_xs
6.93
KB
-r-xr-xr-x
lsphp
937
B
-rwxr-xr-x
lwp-download
10.13
KB
-r-xr-xr-x
lwp-dump
2.73
KB
-r-xr-xr-x
lwp-mirror
2.44
KB
-r-xr-xr-x
lwp-request
15.9
KB
-r-xr-xr-x
passwd
3.47
MB
-rwxr-xr-x
pear
935
B
-rwxr-xr-x
php
933
B
-rwxr-xr-x
piconv
8.16
KB
-r-xr-xr-x
virtualenv
242
B
-rwxr-xr-x
wp
6.42
MB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pear
#!/usr/local/cpanel/3rdparty/bin/perl # Copyright 2025 WebPros International, LLC # 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 = "pear"; run(@ARGV) unless caller(); sub run { return ea_php_cli::run( $bin, @_ ); # faster than unshift @_, "php-cgi"; goto &ea_php_cli::run; ? } 1;
Close