Bring back more working links

bug/bundler_fix
wchen-r7 2015-10-29 15:57:16 -05:00
parent da52c36687
commit 95920b7ff6
3 changed files with 5 additions and 2 deletions

View File

@ -32,7 +32,8 @@ class Metasploit3 < Msf::Exploit::Remote
[
[ 'OSVDB', '65361' ],
[ 'BID', '40486' ],
[ 'ZDI', '10-090' ]
[ 'ZDI', '10-090' ],
[ 'URL', 'http://www.novell.com/support/kb/doc.php?id=7005572' ],
],
'DefaultOptions' =>
{

View File

@ -32,7 +32,8 @@ class Metasploit3 < Msf::Exploit::Remote
[
[ 'OSVDB', '65361' ],
[ 'BID', '40486' ],
[ 'ZDI', '10-090' ]
[ 'ZDI', '10-090' ],
[ 'URL', 'http://www.novell.com/support/kb/doc.php?id=7005572' ],
],
'DefaultOptions' =>
{

View File

@ -22,6 +22,7 @@ class Metasploit3 < Msf::Post
'Jon Hart <jon_hart[at]rapid7.com' # module rework and cleanup
],
'Platform' => %w(linux osx unix win),
'References' => [['URL', 'http://www.martinvigo.com/a-look-into-lastpass/']],
'SessionTypes' => %w(meterpreter shell)
)
)