From 81368a802310eb978756a16ba1e15b7c40e627d6 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 10 Aug 2011 21:26:16 +0200 Subject: filebitch/connect_narf: s/morse/beep/ --- filebitch/connect_narf.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 filebitch/connect_narf.pl (limited to 'filebitch') diff --git a/filebitch/connect_narf.pl b/filebitch/connect_narf.pl old mode 100644 new mode 100755 index 87a521ed..20fc3e50 --- a/filebitch/connect_narf.pl +++ b/filebitch/connect_narf.pl @@ -7,9 +7,9 @@ # ExecOnConnect "/krebs/filebitch/connect_narf.pl" # -$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"); -- cgit v1.2.3