Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Mar 2001 12:21:41 -0800
From:      "Jonathan Graehl" <jonathan@graehl.org>
To:        "Freebsd-Net" <freebsd-net@freebsd.org>
Cc:        "Walter Goralski" <walterg@juniper.net>
Subject:   generating SYN packets with /usr/ports/net/nemesis and sh
Message-ID:  <NCBBLOALCKKINBNNEDDLCEDJDMAA.jonathan@graehl.org>
In-Reply-To: <NCBBLOALCKKINBNNEDDLCEDIDMAA.jonathan@graehl.org>

next in thread | previous in thread | raw e-mail | index | archive | help
#!/bin/sh
i=50000; while [ $i -lt 50100 ]; do nemesis-tcp -S 209.68.199.246 -D
209.68.199.242 -fS -x $i -y 25; i=$(($i + 1)); done

... seems to work fine; a perl script would give a more legible for loop though
;)

--
Jonathan Graehl
  email: jonathan@graehl.org
  web: http://jonathan.graehl.org/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NCBBLOALCKKINBNNEDDLCEDJDMAA.jonathan>