Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 18.117.166.52
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
local /
cpanel /
scripts /
php_sandbox /
[ HOME SHELL ]
Name
Size
Permission
Action
php-config
582
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : php-config
#!/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";
Close