Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
cagefs-plugins /
hooks /
Delete
Unzip
Name
Size
Permission
Date
Action
cpanel
[ DIR ]
drwxr-xr-x
2026-09-04 11:37
jail_shell_disable.sh
709
B
-rwxr-xr-x
2026-07-31 12:29
Save
Rename
#!/usr/bin/bash # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2019 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT whmapi1 set_tweaksetting key=jaildefaultshell value=0 for u in `cat /etc/passwd | grep /usr/local/cpanel/bin/jailshell | cut -d: -f 1 ` ; do chsh -s /bin/bash $u &>/dev/null /bin/sed -i -e "s/SHELL=\"\/usr\/local\/cpanel\/bin\/jailshell\"/SHELL=\"\/bin\/bash\"/g" /var/spool/cron/$u done if [ -e /scripts/clear_orphaned_virtfs_mounts ]; then /scripts/clear_orphaned_virtfs_mounts --clearall &>/dev/null for i in `cat /proc/mounts | grep /home/virtfs | cut -d ' ' -f 2 ` ; do umount $i ; done fi