Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.103
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby27 /
Delete
Unzip
Name
Size
Permission
Date
Action
bin
[ DIR ]
drwxr-xr-x
2026-05-26 22:42
etc
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
include
[ DIR ]
drwxr-xr-x
2026-04-30 23:44
lib
[ DIR ]
drwxr-xr-x
2026-04-30 23:26
lib64
[ DIR ]
drwxr-xr-x
2026-04-30 23:44
libexec
[ DIR ]
drwxr-xr-x
2026-05-26 22:42
sbin
[ DIR ]
drwxr-xr-x
2026-05-26 22:42
share
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
src
[ DIR ]
drwxr-xr-x
2026-04-30 23:26
var
[ DIR ]
drwxr-xr-x
2026-05-21 22:42
fix-ALTMODP-166.sh
618
B
-rwxr-xr-x
2026-05-15 09:51
Save
Rename
#!/bin/sh FIXED_FLAG=/usr/share/lve/ALTMODP-166.fixed CAGEFS_MP=/etc/cagefs/cagefs.mp CAGEFSCTL=/usr/sbin/cagefsctl if [ -f "$CAGEFS_MP" ] then # Remove alt-mod-passenger auto comment and the line after it /usr/bin/sed -i -e '/^# next line is added by alt-mod-passenger/,+1d' "$CAGEFS_MP" if [ -x "$CAGEFSCTL" ] then echo "CageFS will be remounted for alt-mod-passenger cleanup" "$CAGEFSCTL" --remount-all echo "CageFS remounted" fi /bin/touch "$FIXED_FLAG" else # No MP -> no alt-mod-passenger setup, so no need to fix it /bin/touch "$FIXED_FLAG" fi exit 0