⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
etc
/
fail2ban
/
action.d
/
View File Name :
helpers-common.conf
[DEFAULT] # Usage: # _grep_logs_args = 'test' # (printf %%b "Log-excerpt contains 'test':\n"; %(_grep_logs)s; printf %%b "Log-excerpt contains 'test':\n") | mail ... # _grep_logs = logpath="<logpath>"; grep <grepopts> %(_grep_logs_args)s $logpath | <greplimit> # options `-wF` used to match only whole words and fixed string (not as pattern) _grep_logs_args = -wF "<ip>" # Used for actions, that should not by executed if ticket was restored: _bypass_if_restored = if [ '<restored>' = '1' ]; then exit 0; fi; [Init] greplimit = tail -n <grepmax> grepmax = 1000 grepopts = -m <grepmax>