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 /
dhcp /
dhclient.d /
[ HOME SHELL ]
Name
Size
Permission
Action
chrony.sh
570
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : chrony.sh
#!/bin/bash SERVERFILE=$SAVEDIR/chrony.servers.$interface chrony_config() { # Disable modifications if called from a NM dispatcher script [ -n "$NM_DISPATCHER_ACTION" ] && return 0 rm -f "$SERVERFILE" if [ "$PEERNTP" != "no" ]; then for server in $new_ntp_servers; do echo "$server ${NTPSERVERARGS:-iburst}" >> "$SERVERFILE" done /usr/libexec/chrony-helper update-daemon || : fi } chrony_restore() { [ -n "$NM_DISPATCHER_ACTION" ] && return 0 if [ -f "$SERVERFILE" ]; then rm -f "$SERVERFILE" /usr/libexec/chrony-helper update-daemon || : fi }
Close