Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.138.118.215
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
Modules /
init /
[ HOME SHELL ]
Name
Size
Permission
Action
ksh-functions
[ DIR ]
drwxr-xr-x
zsh-functions
[ DIR ]
drwxr-xr-x
bash
4.04
KB
-rw-r--r--
bash_completion
11.2
KB
-rw-r--r--
cmake
1.88
KB
-rw-r--r--
csh
3.78
KB
-rw-r--r--
fish
1.69
KB
-rw-r--r--
fish_completion
9.42
KB
-rw-r--r--
ksh
4.06
KB
-rw-r--r--
lisp
3.15
KB
-rw-r--r--
perl.pm
1.09
KB
-rw-r--r--
profile-compat.csh
197
B
-rw-r--r--
profile-compat.sh
309
B
-rw-r--r--
profile.csh
105
B
-rw-r--r--
profile.sh
448
B
-rw-r--r--
python.py
1.5
KB
-rw-r--r--
r.R
961
B
-rw-r--r--
ruby.rb
1.35
KB
-rw-r--r--
sh
3.91
KB
-rw-r--r--
tcl
1.05
KB
-rw-r--r--
tcsh
3.79
KB
-rw-r--r--
tcsh_completion
5.39
KB
-rw-r--r--
zsh
4.05
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : perl.pm
# define modules runtine quarantine configuration $ENV{'MODULES_RUN_QUARANTINE'} = 'LD_LIBRARY_PATH LD_PRELOAD'; # setup quarantine if defined my $_mlre = ''; if (defined $ENV{'MODULES_RUN_QUARANTINE'}) { foreach my $_mlv (split(' ', $ENV{'MODULES_RUN_QUARANTINE'})) { if ($_mlv =~ /^[A-Za-z_][A-Za-z0-9_]*$/) { if (defined $ENV{$_mlv}) { $_mlre .= "${_mlv}_modquar='$ENV{$_mlv}' "; } my $_mlrv = "MODULES_RUNENV_$_mlv"; $_mlre .= "$_mlv='$ENV{$_mlrv}' "; } } if ($_mlre ne "") { $_mlre = "env $_mlre"; } } eval `${_mlre}/usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl perl autoinit`; # clean temp variable used to setup quarantine undef $_mlre; # redefine module command if compat version has been activated if ($ENV{'MODULES_USE_COMPAT_VERSION'} eq '1') { $ENV{'MODULES_CMD'} = '/usr/share/Modules/libexec/modulecmd-compat'; { no warnings 'redefine'; *module = sub { eval `/usr/share/Modules/libexec/modulecmd-compat perl @_`; # return value as done on new main version return 1; }; } } 1;
Close