Linux gator3097.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Apache
Server IP : 192.185.227.195 & Your IP : 216.73.216.0
Domains :
Cant Read [ /etc/named.conf ]
User : mave78
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
/
usr /
libexec /
Delete
Unzip
Name
Size
Permission
Date
Action
awk
[ DIR ]
drwxr-xr-x
2025-08-06 07:48
coreutils
[ DIR ]
drwxr-xr-x
2025-08-06 07:48
dbus-1
[ DIR ]
drwxr-xr-x
2025-08-06 07:49
dovecot
[ DIR ]
drwxr-xr-x
2025-08-06 07:55
emacs
[ DIR ]
drwxr-xr-x
2025-08-06 07:49
gcc
[ DIR ]
drwxr-xr-x
2020-09-30 02:17
getconf
[ DIR ]
drwxr-xr-x
2025-08-06 07:54
git-core
[ DIR ]
drwxr-xr-x
2025-08-06 07:58
grubby
[ DIR ]
drwxr-xr-x
2025-08-06 07:49
initscripts
[ DIR ]
drwxr-xr-x
2025-08-06 07:49
iptables
[ DIR ]
drwxr-xr-x
2025-08-06 08:01
kcare
[ DIR ]
drwxr-xr-x
2025-08-06 08:01
linux-boot-probes
[ DIR ]
drwxr-xr-x
2025-08-06 07:49
man-db
[ DIR ]
drwxr-xr-x
2025-08-06 07:49
microcode_ctl
[ DIR ]
drwxr-xr-x
2025-08-06 07:49
nxlog
[ DIR ]
drwxr-xr-x
2025-08-06 08:08
openldap
[ DIR ]
drwxr-xr-x
2025-08-06 07:49
openssh
[ DIR ]
drwxr-xr-x
2025-08-06 07:49
os-probes
[ DIR ]
drwxr-xr-x
2025-08-06 07:49
p11-kit
[ DIR ]
drwxr-xr-x
2025-08-06 07:48
plymouth
[ DIR ]
drwxr-xr-x
2020-10-01 16:53
psacct
[ DIR ]
drwxr-xr-x
2025-08-06 08:01
selinux
[ DIR ]
drwxr-xr-x
2025-08-06 07:54
smartmontools
[ DIR ]
drwxr-xr-x
2025-08-06 07:49
sudo
[ DIR ]
drwxr-xr-x
2025-08-06 07:49
tuned
[ DIR ]
drwxr-xr-x
2025-08-06 07:49
utempter
[ DIR ]
drwxr-xr-x
2025-08-06 07:49
at-spi-bus-launcher
23.97
KB
-rwxr-xr-x
2018-11-02 18:44
at-spi2-registryd
89.33
KB
-rwxr-xr-x
2018-11-02 18:44
dconf-service
83.03
KB
-rwxr-xr-x
2018-11-02 15:52
ebtables
1.66
KB
-rwxr-xr-x
2018-04-11 02:44
exim.daemon
758
B
-rwxr-xr-x
2025-12-23 17:28
gconf-defaults-mechanism
32.64
KB
-rwxr-xr-x
2014-06-10 06:48
gconfd-2
48.7
KB
-rwxr-xr-x
2014-06-10 06:48
generate-rndc-key.sh
546
B
-rwxr-xr-x
2024-06-11 14:41
glib-pacrunner
15.73
KB
-rwxr-xr-x
2018-11-02 18:44
gnupg-pcsc-wrapper
19.3
KB
-rwxr-xr-x
2018-07-13 13:05
gpg-check-pattern
102.95
KB
-rwxr-xr-x
2018-07-13 13:05
gpg-preset-passphrase
86.39
KB
-rwxr-xr-x
2018-07-13 13:05
gpg-protect-tool
185.57
KB
-rwxr-xr-x
2018-07-13 13:05
gpg2keys_curl
44.81
KB
-rwxr-xr-x
2018-07-13 13:05
gpg2keys_finger
61.34
KB
-rwxr-xr-x
2018-07-13 13:05
gpg2keys_hkp
53
KB
-rwxr-xr-x
2018-07-13 13:05
gpg2keys_ldap
61.02
KB
-rwxr-xr-x
2018-07-13 13:05
grepconf.sh
253
B
-rwxr-xr-x
2017-03-24 16:39
newns
7.03
KB
-rwxr-xr-x
2016-11-06 03:30
ntpdate-wrapper
806
B
-rwxr-xr-x
2019-11-27 16:47
openipmi-helper
12.54
KB
-rwxr-xr-x
2019-08-09 01:32
platform-python
6.98
KB
-rwxr-xr-x
2023-11-14 16:14
urlgrabber-ext-down
2.54
KB
-rwxr-xr-x
2013-08-26 07:09
virt-what-cpuid-helper
7.02
KB
-rwxr-xr-x
2021-08-31 14:47
Save
Rename
#! /bin/sh RETVAL=0 case "$1" in start) # start daemons PERL_AT_STARTUP="" if [ ! -e "/var/cpanel/conserve_memory" ]; then PERL_AT_STARTUP="-ps" fi if [ -f /etc/exim_outgoing.conf ]; then /usr/sbin/exim $PERL_AT_STARTUP -bd -oP ${LISTENER_PID_FILE} /usr/sbin/exim -C /etc/exim_outgoing.conf -q$QUEUE -oP ${OUTGOING_PID_FILE} else /usr/sbin/exim $PERL_AT_STARTUP -bd -q$QUEUE -oP ${LISTENER_PID_FILE} fi ;; reload) # reload daemons if [ -f /etc/exim_outgoing.conf ]; then /bin/kill -HUP $(cat ${OUTGOING_PID_FILE}) RETVAL=$? fi /bin/kill -HUP $(cat ${LISTENER_PID_FILE}) if [ "x$?" != "x0" ]; then RETVAL=$? fi ;; *) echo "Usage: exim {start|reload} [should be called by systemd]" esac exit $RETVAL