Linux musi.iixcp.rumahweb.net 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
LiteSpeed
: 103.247.9.165 | : 216.73.216.132
Cant Read [ /etc/named.conf ]
7.4.33
pliq4844
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
1.7
KB
-rw-r--r--
bash_completion
12.53
KB
-rw-r--r--
cmake
1.2
KB
-rw-r--r--
csh
232
B
-rw-r--r--
fish
867
B
-rw-r--r--
fish_completion
13
KB
-rw-r--r--
ksh
1.7
KB
-rw-r--r--
lisp
3.15
KB
-rw-r--r--
perl.pm
764
B
-rw-r--r--
profile.csh
109
B
-rw-r--r--
profile.sh
479
B
-rw-r--r--
python.py
1.14
KB
-rw-r--r--
r.R
1005
B
-rw-r--r--
ruby.rb
883
B
-rw-r--r--
sh
2.08
KB
-rw-r--r--
tcl
1.1
KB
-rw-r--r--
tcsh
233
B
-rw-r--r--
tcsh_completion
7.78
KB
-rw-r--r--
zsh
1.99
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : zsh
unset _mlshdbg; # disable shell debugging for the run of this init file if [ "${MODULES_SILENT_SHELL_DEBUG:-0}" = '1' ]; then # immediately disable debugging to echo the less number of line possible case "$-" in *v*x*) set +vx; _mlshdbg='vx' ;; *v*) set +v; _mlshdbg='v' ;; *x*) set +x; _mlshdbg='x' ;; *) _mlshdbg='' ;; esac; fi; # define modules runtime quarantine configuration export MODULES_RUN_QUARANTINE='LD_LIBRARY_PATH LD_PRELOAD' # setup quarantine if defined unset _mlre _mlIFS; if [ -n "${IFS+x}" ]; then _mlIFS=$IFS; fi; IFS=' '; for _mlv in ${=MODULES_RUN_QUARANTINE:-}; do if [ "${_mlv}" = "${_mlv##*[!A-Za-z0-9_]}" -a "${_mlv}" = "${_mlv#[0-9]}" ]; then if [ -n "$(eval 'echo ${'$_mlv'+x}')" ]; then _mlre="${_mlre:-}__MODULES_QUAR_${_mlv}='$(eval 'echo ${'$_mlv'}')' "; fi; _mlrv="MODULES_RUNENV_${_mlv}"; _mlre="${_mlre:-}${_mlv}='$(eval 'echo ${'$_mlrv':-}')' "; fi; done; if [ -n "${_mlre:-}" ]; then _mlre="eval ${_mlre}__MODULES_QUARANTINE_SET=1 "; fi; # define module command and surrounding initial environment (default value # for MODULESHOME, MODULEPATH, LOADEDMODULES and parse of init config files) _mlcode=$(${^^=_mlre:-}/usr/bin/tclsh '/usr/share/Modules/libexec/modulecmd.tcl' zsh autoinit) _mlret=$? # clean temp variables used to setup quarantine if [ -n "${_mlIFS+x}" ]; then IFS=$_mlIFS; unset _mlIFS; else unset IFS; fi; unset _mlre _mlv _mlrv # no environment alteration if the above autoinit command failed if [ $_mlret -eq 0 ]; then eval "$_mlcode" # setup FPATH to put module completion at hand in case zsh completion enabled # cannot be configured by autoinit as FPATH is not an environment variable if [[ ! ":$FPATH:" =~ ':/usr/share/Modules/init/zsh-functions:' ]]; then FPATH="/usr/share/Modules/init/zsh-functions${FPATH:+:}$FPATH" fi fi unset _mlcode _mlret # restore shell debugging options if disabled if [ -n "${_mlshdbg:-}" ]; then set -$_mlshdbg; unset _mlshdbg; fi;
Close