SILENT KILLERPanel

Current Path: > > usr > local > bin >


Operation   : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software     : Apache
Server IP    : 185.61.154.216 | Your IP: 216.73.216.44
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/local/bin/

NameTypeSizeLast ModifiedActions
ea-php70 File 5252672 bytes July 14 2025 10:46:18.
ea-php71 File 5525568 bytes July 14 2025 10:53:52.
ea-php72 File 5821280 bytes July 14 2025 11:02:10.
ea-php73 File 4116648 bytes July 14 2025 11:18:12.
ea-php74 File 6383200 bytes July 14 2025 11:29:32.
ea-php81 File 6405736 bytes July 08 2025 08:50:01.
lsphp File 937 bytes April 03 2025 11:08:35.
php File 933 bytes April 03 2025 11:08:35.

Reading File: //usr/local/bin//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;

SILENT KILLER Tool