Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
dracut /
modules.d /
35connman /
Delete
Unzip
Name
Size
Permission
Date
Action
cm-config.sh
742
B
-rwxr-xr-x
2022-06-19 22:35
cm-initrd.service
602
B
-rw-r--r--
2022-06-19 22:35
cm-lib.sh
368
B
-rw-r--r--
2022-06-19 22:35
cm-run.sh
384
B
-rwxr-xr-x
2022-06-19 22:35
cm-wait-online-initrd.service
340
B
-rw-r--r--
2022-06-19 22:35
module-setup.sh
1.2
KB
-rwxr-xr-x
2022-06-19 22:35
netroot.sh
2.77
KB
-rwxr-xr-x
2022-06-19 22:35
Save
Rename
#!/usr/bin/bash type source_hook > /dev/null 2>&1 || . /lib/dracut-lib.sh if [ -e /tmp/cm.done ]; then return fi while read -r _serv; do ifname=$(connmanctl services "$_serv" | grep Interface= | sed 's/^.*Interface=\([^,]*\).*$/\1/') source_hook initqueue/online "$ifname" /sbin/netroot "$ifname" done < <(connmanctl services | grep -oE '[^ ]+$') : > /tmp/cm.done