#!/bin/bash
# 
# Copyright 2002 Stephen Samuel.
# May be copied under the terms of the Gnu Public License
# 
# This script is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
# License as published by the Free Software Foundation; either
# version 2 of the License
#
# You should have received a copy of the GNU Library General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# or check at www.gnu.org.

export PATH=$PATH:/home/samuel/bin
(   echo ============ 
 tcpdump -l -tt -i eth0 -n -p 'tcp[13] & 2 !=0 ' and  dst net 24.83.0.0/16) | /usr/local/sbin/nimhunt.pl  `mktemp -u /tmp/nimhunt.XXXXXX` 
