On Mon, 2005-03-07 at 08:23 -0500, Robert Blayzor wrote:
> No, not in the same connection, one scan per connection, multiple
> connections.  ie:
> 
> connect 1:
> send: STREAM\n
> waitfor:  PORT \d+
> connect 2: localhost:(port)
> dump message
> wait for response
> close connect 2:
> close connect 1:
> repeat
> 

In that case it should be:

connect 1:
send: STREAM\n
waitfor:  PORT \d+
connect 2: localhost:(port)
dump message
close connect 2:
wait for response
close connect 1:

(notice the "close connect 2" moved up)

-trog

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to