Linux server1.hosting4iran.com 4.18.0-553.123.2.el8_10.x86_64 #1 SMP Thu May 7 15:28:41 EDT 2026 x86_64
LiteSpeed
Server IP : 185.208.174.156 & Your IP : 216.73.216.191
Domains : 318 Domain
User : satitravel
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
cpan
8.06
KB
-r-xr-xr-x
2023-12-23 09:46
cpan-mirrors
4.19
KB
-r-xr-xr-x
2023-12-23 09:46
crontab
1.87
MB
-rwxr-xr-x
2026-05-27 01:16
ea-php72
5.55
MB
-rwxr-xr-x
2026-05-18 19:40
ea-php73
5.39
MB
-rwxr-xr-x
2026-05-18 20:08
ea-php74
6.09
MB
-rwxr-xr-x
2026-05-18 19:08
ea-php80
7.62
MB
-rwxr-xr-x
2026-05-18 17:24
ea-php81
7.72
MB
-rwxr-xr-x
2026-05-18 17:32
ea-php82
7.78
MB
-rwxr-xr-x
2026-05-18 17:54
ea-php83
7.8
MB
-rwxr-xr-x
2026-05-18 18:04
ea-php84
7.86
MB
-rwxr-xr-x
2026-05-18 18:12
ea-php85
13.51
MB
-rwxr-xr-x
2026-05-18 18:08
ea_convert_php_ini
39.85
KB
-rwxr-xr-x
2026-05-18 15:57
ea_current_to_profile
11.25
KB
-rwxr-xr-x
2026-05-18 15:57
ea_install_profile
7.1
KB
-rwxr-xr-x
2026-05-18 15:57
ea_sync_user_phpini_settings
6.73
KB
-rwxr-xr-x
2026-05-18 15:57
jq
2.15
MB
-rwxr-xr-x
2026-05-19 11:45
json_xs
6.85
KB
-r-xr-xr-x
2023-12-23 09:47
lsphp
937
B
-rwxr-xr-x
2026-05-18 16:37
mc
29.12
MB
-rwxr-xr-x
2025-12-29 07:29
passwd
3.58
MB
-rwxr-xr-x
2026-05-27 01:09
pear
935
B
-rwxr-xr-x
2026-05-18 16:37
php
933
B
-rwxr-xr-x
2026-05-18 16:37
wp
181
B
-rwxr-xr-x
2025-12-21 17:07
wp-toolkit
167
B
-rwx------
2026-04-15 16:37
yq
13
MB
-rwxr-xr-x
2026-05-19 11:40
Save
Rename
#!/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;