#!/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: [EMAIL PROTECTED] web: http://jonathan.graehl.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message
- RE: generating SYN packets with /usr/ports/net/nemesis and... Jonathan Graehl
- RE: generating SYN packets with /usr/ports/net/nemesi... Jonathan Graehl