diff options
author | root <root@krebs> | 2011-09-01 16:44:21 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-09-01 16:44:21 +0200 |
commit | 6f2df7825a1896ac00480fcd68345629c72386ea (patch) | |
tree | 8e9bb6153648744ef31741d35c107aa54933f4c8 /filebitch/connect_narf.pl | |
parent | a0f23b72769deac88e414b1cfdfdbde5882ba704 (diff) | |
parent | 57c5c973a40bf718f99c6e0fcd65b416514e2257 (diff) |
Merge branch 'master' of github.com:/krebscode/painload
Conflicts:
streams/stream.db
Diffstat (limited to 'filebitch/connect_narf.pl')
-rwxr-xr-x | filebitch/connect_narf.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/filebitch/connect_narf.pl b/filebitch/connect_narf.pl index 8e984150..7c713d3b 100755 --- a/filebitch/connect_narf.pl +++ b/filebitch/connect_narf.pl @@ -10,9 +10,10 @@ $ip = $ARGV[0]; #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]|[1]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[1]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[1]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[1]?[0-9][0-9]?)\b//g; +if($ip ne "10.42.0.107"){ #getting some guys sitting next to the Server pissed :) -system("morse -l 42 -f 2000 $ip"); -system("morse -l 42 -f 3000 \"connected\""); - + system("morse -l 42 -f 2000 $ip"); + system("morse -l 42 -f 3000 \"connected\""); +} # Uncomment the beep below to play the enterprise connect sound # system("beep -l 42 -f 2000 -D 42 -n -l 42 -f 3337"); |