Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.50
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
cpanel /
scripts /
cpan_sandbox /
x86_64 /
Delete
Unzip
Name
Size
Permission
Date
Action
cc
600
B
-rwxr-xr-x
2017-06-12 18:25
gcc
600
B
-rwxr-xr-x
2017-06-12 18:25
mysql_config
369
B
-rwxr-xr-x
2017-06-12 18:25
perl
574
B
-rwxr-xr-x
2017-06-12 18:25
xml2-config
367
B
-rwxr-xr-x
2017-06-12 18:25
Save
Rename
#!/usr/local/cpanel/3rdparty/bin/perl $ENV{'LANG'} = 'C'; foreach my $path ( grep( !/cpan_sandbox/, split( /:/, $ENV{'PATH'} ) ) ) { next if $path =~ m{^/usr/local/cpanel/}; if ( -x $path . '/' . 'perl' ) { if ( grep( /^Makefile\.PL$/, @ARGV ) ) { print STDERR "perl-64bit-hack: enabled\n"; exec( $path . '/' . 'perl', '-I/usr/local/cpanel/scripts/cpan_sandbox', '-MExtUtils::MakeMaker::64BitHack', @ARGV ); } else { exec( $path . '/' . 'perl', @ARGV ); } } } die "Failed to exec perl: $!";