OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Controling Segment Contents in TCP Stream

From: Bernd Jendrissek (berndjprism.co.za)
Date: Fri Jun 13 2003 - 02:25:38 CDT


In article <20030611175204.GA55615blossom.cjclark.org> "Crist J. Clark" <crist.clarkattbi.com> wrote:
>I am looking for a simple tool that I can use to control how TCP data
>is split up among segments. I can't seem to figure out how to coax
>Netcat into doing this.

Type: U S E R <space> ^D

The ^D causes netcat's read(2) to return the characters it already has.

You might also try stty -icanon for character-by-character reading in
netcat.

---------------------------------------------------------------------------
----------------------------------------------------------------------------