Linux s17.hosterpk.com 6.12.0-124.55.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:54:02 EDT 2026 x86_64
LiteSpeed
Server IP : 192.169.89.90 & Your IP : 216.73.217.173
Domains :
Cant Read [ /etc/named.conf ]
User : hamzalar
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
Modules /
init /
Delete
Unzip
Name
Size
Permission
Date
Action
ksh-functions
[ DIR ]
drwxr-xr-x
2026-05-27 07:02
bash
1.7
KB
-rw-r--r--
2026-01-15 00:00
cmake
1.2
KB
-rw-r--r--
2026-01-15 00:00
csh
232
B
-rw-r--r--
2026-01-15 00:00
fish
867
B
-rw-r--r--
2026-01-15 00:00
ksh
1.7
KB
-rw-r--r--
2026-01-15 00:00
lisp
3.15
KB
-rw-r--r--
2026-01-15 00:00
perl.pm
764
B
-rw-r--r--
2026-01-15 00:00
profile.csh
109
B
-rw-r--r--
2026-01-15 00:00
profile.sh
479
B
-rw-r--r--
2026-01-15 00:00
pwsh.ps1
6.18
KB
-rw-r--r--
2026-01-15 00:00
python.py
1.14
KB
-rw-r--r--
2026-01-15 00:00
r.R
1005
B
-rw-r--r--
2026-01-15 00:00
ruby.rb
883
B
-rw-r--r--
2026-01-15 00:00
sh
2.11
KB
-rw-r--r--
2026-01-15 00:00
tcl
1.09
KB
-rw-r--r--
2026-01-15 00:00
tcsh
233
B
-rw-r--r--
2026-01-15 00:00
tcsh_completion
9
KB
-rw-r--r--
2026-01-15 00:00
zsh
1.69
KB
-rw-r--r--
2026-01-15 00:00
Save
Rename
# define modules runtime quarantine configuration set -xg MODULES_RUN_QUARANTINE 'LD_LIBRARY_PATH LD_PRELOAD' # setup quarantine if defined set _mlre ''; for _mlv in (string split ' ' $MODULES_RUN_QUARANTINE) if string match -r '^[A-Za-z_][A-Za-z0-9_]*$' $_mlv >/dev/null if set -q $_mlv set _mlre $_mlre"__MODULES_QUAR_"$_mlv"='$$_mlv' " end set _mlrv "MODULES_RUNENV_$_mlv" set _mlre "$_mlre$_mlv='$$_mlrv' " end end if [ -n "$_mlre" ] set _mlre "env $_mlre __MODULES_QUARANTINE_SET=1" end # define module command and surrounding initial environment (default value # for MODULESHOME, MODULEPATH, LOADEDMODULES and parse of init config files) eval $_mlre /usr/bin/tclsh \'/usr/share/Modules/libexec/modulecmd.tcl\' fish autoinit | source - # clean temp variables used to setup quarantine set -e _mlre; set -e _mlv; set -e _mlrv;