From 6d72dbb6096c84da8496e672400d7ade400d8e16 Mon Sep 17 00:00:00 2001 From: Steve Tornio Date: Thu, 29 Dec 2011 07:54:01 -0600 Subject: [PATCH] add osvdb ref --- modules/exploits/linux/telnet/telnet_encrypt_keyid.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/exploits/linux/telnet/telnet_encrypt_keyid.rb b/modules/exploits/linux/telnet/telnet_encrypt_keyid.rb index c5fd8cb268..6db5e3a3bb 100755 --- a/modules/exploits/linux/telnet/telnet_encrypt_keyid.rb +++ b/modules/exploits/linux/telnet/telnet_encrypt_keyid.rb @@ -32,8 +32,9 @@ class Metasploit3 < Msf::Exploit::Remote 'License' => MSF_LICENSE, 'References' => [ - ['BID', '51182'], ['CVE', '2011-4862'], + ['OSVDB', '78020'], + ['BID', '51182'], ['URL', 'http://www.exploit-db.com/exploits/18280/'] ], 'Privileged' => true,