Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
anacron
290
B
-rw-r--r--
2017-05-29 18:36
apache-htcacheclean
556
B
-rw-r--r--
2019-06-16 11:49
bacula-fd
214
B
-rw-------
2025-07-14 12:21
bind9
84
B
-rw-r--r--
2022-03-20 10:37
bsdmainutils
222
B
-rw-r--r--
2016-10-25 10:42
cron
955
B
-rw-r--r--
2015-05-03 15:25
dbus
297
B
-rw-r--r--
2017-10-01 13:09
dovecot
167
B
-rw-r--r--
2020-08-14 18:28
exim4
1014
B
-rw-r--r--
2018-02-14 11:37
fail2ban
1.5
KB
-rw-r--r--
2017-04-17 16:27
grub
101
B
-rw-r--r--
2020-08-24 23:46
hwclock
657
B
-rw-r--r--
2017-03-22 10:43
irqbalance
931
B
-rw-r--r--
2020-08-24 23:44
locale
35
B
-rw-r--r--
2020-08-24 23:46
mdadm
718
B
-rw-r--r--
2018-02-14 11:37
memcached
60
B
-rw-r--r--
2018-06-03 11:37
mysql
1.16
KB
-rw-r--r--
2020-10-12 19:40
netfilter-persistent
107
B
-rw-r--r--
2020-05-02 21:33
networking
306
B
-rw-r--r--
2015-06-02 09:32
nginx
389
B
-rw-r--r--
2021-06-07 21:02
nss
1.71
KB
-rw-r--r--
2017-05-28 19:29
ntp
15
B
-rw-r--r--
2018-02-15 12:45
ntpdate
529
B
-rw-r--r--
2018-02-15 12:45
pure-ftpd-common
817
B
-rw-r--r--
2020-08-24 23:56
quota
123
B
-rw-r--r--
2018-02-01 12:55
rkhunter
930
B
-rw-r--r--
2020-08-24 23:52
rsync
2.01
KB
-rw-r--r--
2017-12-10 13:57
rsyslog
124
B
-rw-r--r--
2017-01-18 23:14
smartmontools
428
B
-rw-r--r--
2016-07-30 19:10
snmpd
585
B
-rw-r--r--
2018-10-09 10:45
ssh
133
B
-rw-r--r--
2017-10-17 10:56
ufw
1.71
KB
-rw-r--r--
2021-01-24 15:35
useradd
1.09
KB
-rw-r--r--
2017-05-17 13:59
Save
Rename
# This file is part of Fail2Ban. # # Fail2Ban is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # Fail2Ban 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 for more details. # # You should have received a copy of the GNU General Public License # along with Fail2Ban; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # Author: Cyril Jaquier # # $Revision$ # Command line options for Fail2Ban. Refer to "fail2ban-client -h" for # valid options. FAIL2BAN_OPTS="" # Run fail2ban as a different user. If not set, fail2ban # will run as root. # # The user is not created automatically. # The user can be created e.g. with # useradd --system --no-create-home --home-dir / --groups adm fail2ban # Log files are readable by group adm by default. Adding the fail2ban # user to this group allows it to read the logfiles. # # Another manual step that needs to be taken is to allow write access # for fail2ban user to fail2ban log files. The /etc/init.d/fail2ban # script will change the ownership when starting fail2ban. Logrotate # needs to be configured separately, see /etc/logrotate.d/fail2ban. # # FAIL2BAN_USER="fail2ban"