From 8f93a5abbbb90eb5e37ff5e84d4a699bcd6f2fcc Mon Sep 17 00:00:00 2001 From: Steve Tornio Date: Sat, 3 Mar 2012 12:28:30 -0600 Subject: [PATCH] add osvdb ref --- modules/exploits/windows/ssh/sysax_ssh_username.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/exploits/windows/ssh/sysax_ssh_username.rb b/modules/exploits/windows/ssh/sysax_ssh_username.rb index 7add2a7d02..4318d01ad0 100644 --- a/modules/exploits/windows/ssh/sysax_ssh_username.rb +++ b/modules/exploits/windows/ssh/sysax_ssh_username.rb @@ -30,6 +30,7 @@ class Metasploit3 < Msf::Exploit::Remote ], 'References' => [ + ['OSVDB', '79689'], ['URL', 'http://www.pwnag3.com/2012/02/sysax-multi-server-ssh-username-exploit.html'], ['URL', 'http://www.exploit-db.com/exploits/18535/'] ], @@ -150,4 +151,4 @@ Todo: We seriously need a MSF SSH mixin to handle the SSH protocol ourselves, no relying on net/ssh. * Need a reliable stack pivot to rop out, haven't found one -=end \ No newline at end of file +=end