|
Nmap Development
mailing list archives
ssh version detection
From: Matt Selsky <selsky () columbia edu>
Date: Mon, 1 Sep 2008 20:40:46 -0400
OpenSSH 5.1p1 with HPN 13v5 wasn't detected by the current match line in
svn.
According to http://www.snailbook.com/docs/transport.txt ssh's version
line is supposed to end with \r\n in SSH protocol version 2. In version
1, the \r is optional.
I updated the match line to reflect that and now the match line works
for both SSHv1 and SSHv2.
Should other ssh match lines be updated to replace \n with \r?\n?
Cheers,
--
Matt
Attachment:
ssh-hpn.diff
Description:
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
By Date
By Thread
Current thread:
- ssh version detection Matt Selsky (Sep 01)
|