Skip to content

Commit 95920b7

Browse files
committed
Bring back more working links
1 parent da52c36 commit 95920b7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

modules/exploits/windows/novell/zenworks_preboot_op21_bof.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def initialize(info = {})
3232
[
3333
[ 'OSVDB', '65361' ],
3434
[ 'BID', '40486' ],
35-
[ 'ZDI', '10-090' ]
35+
[ 'ZDI', '10-090' ],
36+
[ 'URL', 'http://www.novell.com/support/kb/doc.php?id=7005572' ],
3637
],
3738
'DefaultOptions' =>
3839
{

modules/exploits/windows/novell/zenworks_preboot_op6_bof.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def initialize(info = {})
3232
[
3333
[ 'OSVDB', '65361' ],
3434
[ 'BID', '40486' ],
35-
[ 'ZDI', '10-090' ]
35+
[ 'ZDI', '10-090' ],
36+
[ 'URL', 'http://www.novell.com/support/kb/doc.php?id=7005572' ],
3637
],
3738
'DefaultOptions' =>
3839
{

modules/post/multi/gather/lastpass_creds.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def initialize(info = {})
2222
'Jon Hart <jon_hart[at]rapid7.com' # module rework and cleanup
2323
],
2424
'Platform' => %w(linux osx unix win),
25+
'References' => [['URL', 'http://www.martinvigo.com/a-look-into-lastpass/']],
2526
'SessionTypes' => %w(meterpreter shell)
2627
)
2728
)

0 commit comments

Comments
 (0)