Security Basics mailing list archives

Re: app to create large files so I can check traffic at the firewall


From: Joachim Schipper <j.schipper () math uu nl>
Date: Thu, 3 Feb 2005 01:08:19 +0100

On Tue, Feb 01, 2005 at 12:31:48PM -0800, Juan B wrote:
Hi ,

Im looking for a small application so I can create
files at  30-100 MB  sizes and then pass the file
therow the FW to check latency.

Does some one knows about one?

thanks

juan

Dear Juan,

I'm not sure I understand you. Are you just trying to find a
junk-creating program?

If you're on Linux or anything vaguely similar

dd if=/dev/zero bs=1024 count=65536 | netcat some.ip.add.ress port

works well. If netcat doesn't work, try nc, socket, socat, or any of the
other options available. (You can use ping for latency monitoring - it
isn't perfect, but it'll do in a pinch.)

On Windows, any number of programs can be abused for this purpose;
WinZip comes to mind. You can then send it off someplace using whatever
program you please (Outlook and IE (FTP) can be used, if necessary).

                        Joachim


Current thread: