Linux 120.141.167.72.host.secureserver.net 4.18.0-553.150.1.el8_10.x86_64 #1 SMP Fri Jul 31 15:23:31 EDT 2026 x86_64
Apache
: 72.167.141.120 | : 216.73.217.14
808 Domain
7.4.33
bestseocompany
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
alternatives /
[ HOME SHELL ]
Name
Size
Permission
Action
cifs-idmap-plugin
11.48
KB
-rwxr-xr-x
easy_install-3
246
B
-rwxr-xr-x
ifdown
2.07
KB
-rwxr-xr-x
ifup
5.33
KB
-rwxr-xr-x
ld
1.71
MB
-rwxr-xr-x
libnssckbi.so.x86_64
249.24
KB
-rwxr-xr-x
module.1.gz
15.14
KB
-rw-r--r--
modulecmd
384.75
KB
-rwxr-xr-x
modulefile.4.gz
10.05
KB
-rw-r--r--
modules.csh
105
B
-rw-r--r--
modules.sh
448
B
-rw-r--r--
pip-3
209
B
-rwxr-xr-x
pip3
209
B
-rwxr-xr-x
pydoc-3
89
B
-rwxr-xr-x
pydoc3
89
B
-rwxr-xr-x
python
157
B
-rwxr-xr-x
python3
11.59
KB
-rwxr-xr-x
python3-config
204
B
-rwxr-xr-x
python3-man
5.1
KB
-rw-r--r--
pyvenv-3
446
B
-rwxr-xr-x
unversioned-python-man
603
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : modules.sh
# get current shell name by querying shell variables or looking at parent # process name if [ -n "${BASH:-}" ]; then if [ "${BASH##*/}" = 'sh' ]; then shell='sh' else shell='bash' fi elif [ -n "${ZSH_NAME:-}" ]; then shell=$ZSH_NAME else shell=$(/usr/bin/basename $(/usr/bin/ps -p $$ -ocomm=)) fi if [ -f /usr/share/Modules/init/$shell ]; then . /usr/share/Modules/init/$shell else . /usr/share/Modules/init/sh fi
Close