
Nmap Development mailing list archives
Re: Buffering problems in ssh2.lua
From: Joao Correa <joao () livewire com br>
Date: Sat, 27 Jun 2009 18:56:07 -0300
I've just committed new versions of the ssh2.lua and ssh1.lua with the buffering problem solved to the dev branch. To test it, all you need to do is to reproduce the commands sent by David in his first e-mail to this thread. Also, you can test the script directly to a ssh server, without forcing packet fragmentation (that is what the perl command does). Thank you everyone, Joao Correa On Tue, Jun 16, 2009 at 2:05 PM, David Fifield<david () bamsoftware com> wrote:
On Mon, Jun 15, 2009 at 08:34:22PM -0300, Joao Correa wrote:Here follows a second patch, where I've implemented a function to read the packet accordingly to what David suggested. The following patch have been tested on the same conditions of the previous one, finding valid results with fragmented packets or not.Nice job. This works for me. Using receive_buf is a clever approach I didn't think of. You're right, receiving part of the next packet is something that probably can't happen with ssh-hostkey. But it might happen with scripts that do other things in the future. Does ssh1.lua have the same problem, and can it be fixed in the same way? David Fifield _______________________________________________ Sent through the nmap-dev mailing list http://cgi.insecure.org/mailman/listinfo/nmap-dev Archived at http://SecLists.Org
_______________________________________________ Sent through the nmap-dev mailing list http://cgi.insecure.org/mailman/listinfo/nmap-dev Archived at http://SecLists.Org
Current thread:
- Buffering problems in ssh2.lua David Fifield (Jun 12)
- Re: Buffering problems in ssh2.lua Fyodor (Jun 13)
- Re: Buffering problems in ssh2.lua Joao Correa (Jun 14)
- Message not available
- Message not available
- Message not available
- Re: Buffering problems in ssh2.lua Joao Correa (Jun 14)
- Re: Buffering problems in ssh2.lua David Fifield (Jun 15)
- Re: Buffering problems in ssh2.lua Joao Correa (Jun 15)
- Re: Buffering problems in ssh2.lua David Fifield (Jun 16)
- Re: Buffering problems in ssh2.lua Joao Correa (Jun 27)
- Re: Buffering problems in ssh2.lua Joao Correa (Jun 14)
- Re: Buffering problems in ssh2.lua Fyodor (Jun 13)