Bring back more working links
parent
da52c36687
commit
95920b7ff6
|
@ -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' =>
|
||||
{
|
||||
|
|
|
@ -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' =>
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue