diff options
Diffstat (limited to 'filebitch')
-rwxr-xr-x[-rw-r--r--] | filebitch/connect_narf.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/filebitch/connect_narf.pl b/filebitch/connect_narf.pl index 87a521ed..20fc3e50 100644..100755 --- a/filebitch/connect_narf.pl +++ b/filebitch/connect_narf.pl @@ -7,9 +7,9 @@ # ExecOnConnect "/krebs/filebitch/connect_narf.pl" #</IfModule> -$ip = system("tail -n 1 /var/log/proftpd/ftp_auth.log"); +#$ip = system("tail -n 1 /var/log/proftpd/ftp_auth.log"); #I'm very sorry for this regex, but i only wanted it to get _real_ IPv4 Adresses of the log file, not any kind of timestamp bullshit -$ip =~ s/\b(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b//g; +#$ip =~ s/\b(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b//g; #getting some guys sitting next to the Server pissed :) -system("morse -l 42 -f 2000 $ip"); -system("morse -l 42 -f 3000 connected"); +my $ip = "USER"; +system("beep -l 100 -f 1000 -n -r 3 -d 10 -l 50 -f 3000"); |