Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.172
Cant Read [ /etc/named.conf ]
7.4.32
finalho
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
logrotate.d /
[ HOME SHELL ]
Name
Size
Permission
Action
bootlog
91
B
-rw-r--r--
chrony
160
B
-rw-r--r--
clamav-update
180
B
-rw-r--r--
cluebringer
120
B
-rw-r--r--
firewalld
93
B
-rw-r--r--
lfd
172
B
-rw-r--r--
mysql
892
B
-rw-r--r--
named
514
B
-rw-r-----
nginx
351
B
-rw-r--r--
pure-ftpd
66
B
-rw-r--r--
redis
127
B
-rw-r--r--
rkhunter
86
B
-rw-r--r--
sa-update
68
B
-rw-r--r--
syslog
224
B
-rw-r--r--
varnish
236
B
-rw-r--r--
wpa_supplicant
100
B
-rw-r--r--
yum
103
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mysql
# This logname can be set in /etc/my.cnf # by setting the variable "log-error" # in the [mysqld] section as follows: # # [mysqld] # log-error=/var/lib/mysql/mysqld.log # # If the root user has a password you have to create a # /root/.my.cnf configuration file with the following # content: # # [mysqladmin] # password = <secret> # user= root # # where "<secret>" is the password. # # ATTENTION: This /root/.my.cnf should be readable ONLY # for root ! /var/lib/mysql/mysqld.log { # create 600 mysql mysql su mysql mysql notifempty daily rotate 3 missingok compress postrotate # just if mysqld is really running if test -x /usr/bin/mysqladmin && \ /usr/bin/mysqladmin ping &>/dev/null then /usr/bin/mysqladmin --local flush-error-log \ flush-engine-log flush-general-log flush-slow-log fi endscript }
Close