diff options
author | root <root@filebitch> | 2011-08-10 21:36:11 +0200 |
---|---|---|
committer | root <root@filebitch> | 2011-08-10 21:36:11 +0200 |
commit | 1a9414c8892b129df66b42db1e434a56b3242b59 (patch) | |
tree | 62d47ba75a7300e6ad065323e1cd6febe4b8a034 | |
parent | e3551b11b5f135f89cb7535df95ba2a6e190e24c (diff) | |
parent | aabe44b1e29a2ea5352e3dcd988c2b99ba2338b8 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
-rwxr-xr-x | filebitch/connect_narf.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filebitch/connect_narf.pl b/filebitch/connect_narf.pl index 20fc3e50..b1fec004 100755 --- a/filebitch/connect_narf.pl +++ b/filebitch/connect_narf.pl @@ -12,4 +12,4 @@ #$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 :) my $ip = "USER"; -system("beep -l 100 -f 1000 -n -r 3 -d 10 -l 50 -f 3000"); +system("beep -l 42 -f 2000 -D 42 -n -l 42 -f 2337"); |