Skip to content

Commit

Permalink
Merge pull request #40 from swtornio/master
Browse files Browse the repository at this point in the history
add osvdb refs
  • Loading branch information
HD Moore committed Dec 3, 2011
2 parents c863439 + b75799d commit f5528ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/exploits/windows/fileformat/ccmplayer_m3u_bof.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def initialize(info = {})
'Author' => ['Rh0'], # discovery and metasploit module
'References' =>
[
['OSVDB', '77453'],
['URL', 'http://www.exploit-db.com/exploits/18178/']
],
'DefaultOptions' =>
Expand Down
3 changes: 2 additions & 1 deletion modules/exploits/windows/misc/avidphoneticindexer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def initialize(info={})
],
'References' =>
[
['OSVDB', '77376'],
[ 'URL', 'http://www.security-assessment.com/files/documents/advisory/Avid_Media_Composer-Phonetic_Indexer-Remote_Stack_Buffer_Overflow.pdf' ],
],
'Payload' =>
Expand Down Expand Up @@ -108,4 +109,4 @@ def exploit
disconnect
end

end
end

0 comments on commit f5528ff

Please sign in to comment.