summaryrefslogtreecommitdiffstats
path: root/filebitch
diff options
context:
space:
mode:
authorroot <root@filebitch>2011-08-10 21:26:16 +0200
committerroot <root@filebitch>2011-08-10 21:26:52 +0200
commit81368a802310eb978756a16ba1e15b7c40e627d6 (patch)
treee9b5fdd1dffa58a0ee19747638c9d9b6d9ebbd7d /filebitch
parented35d14330dfc98ef69d5b0331ae911602994b65 (diff)
filebitch/connect_narf: s/morse/beep/
Diffstat (limited to 'filebitch')
-rwxr-xr-x[-rw-r--r--]filebitch/connect_narf.pl8
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");