Displaying 2 results from an estimated 2 matches for "ssh_version_mapper".
2002 Feb 12
1
SSH-1.0-SSH_Version_Mapper ?
Hi guys,
Feb 12 22:46:24 fallen sshd[10026]: [ID 800047 auth.info] scanned from
xxx.xxx.xxx.xxx with SSH-1.0-SSH_Version_Mapper. Don't panic.
Just wondering whether anyone here has anymore information on this type of
scan?
Cheers,
Damien
2005 Jun 09
0
Disconnects from Cisco router ssh sessions.
...y/openssh/cvs/openssh_cvs/compat.c,v
retrieving revision 1.71
diff -u -p -r1.71 compat.c
--- compat.c 1 Mar 2005 10:24:33 -0000 1.71
+++ compat.c 9 Jun 2005 07:54:45 -0000
@@ -151,6 +151,8 @@ compat_datafellows(const char *version)
"OSU_1.5alpha3*", SSH_BUG_PASSWORDPAD },
{ "*SSH_Version_Mapper*",
SSH_BUG_SCANNER },
+ { "Cisco-1.25",
+ SSH_BUG_BIGV1PACKET|SSH_BUG_IGNOREMSG },
{ "Probe-*",
SSH_BUG_PROBE },
{ NULL, 0 }
Index: compat.h
===================================================================
RCS file: /usr/local/src/security/openss...