Linux bear.hostingplus.cl 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
LiteSpeed
Server IP : 192.140.57.17 & Your IP : 216.73.216.106
Domains :
Cant Read [ /etc/named.conf ]
User : explo
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
dracut /
modules.d /
04watchdog /
Delete
Unzip
Name
Size
Permission
Date
Action
module-setup.sh
1004
B
-rwxr-xr-x
2025-12-17 15:54
watchdog-stop.sh
61
B
-rwxr-xr-x
2018-10-08 10:38
watchdog.sh
245
B
-rwxr-xr-x
2018-10-08 10:38
Save
Rename
#!/bin/sh if [ -e /dev/watchdog ]; then if [ ! -e /tmp/watchdog_timeout ]; then wdctl -s 60 /dev/watchdog >/dev/null 2>&1 > /tmp/watchdog_timeout fi info "Triggering watchdog" >/dev/watchdog else modprobe ib700wdt modprobe i6300esb fi