Merge pull request #40 from swtornio/master

add osvdb refs
unstable
HD Moore 2011-12-03 09:30:58 -08:00
commit f5528ffe88
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Author' => ['Rh0'], # discovery and metasploit module
'References' =>
[
['OSVDB', '77453'],
['URL', 'http://www.exploit-db.com/exploits/18178/']
],
'DefaultOptions' =>

View File

@ -28,6 +28,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'References' =>
[
['OSVDB', '77376'],
[ 'URL', 'http://www.security-assessment.com/files/documents/advisory/Avid_Media_Composer-Phonetic_Indexer-Remote_Stack_Buffer_Overflow.pdf' ],
],
'Payload' =>
@ -108,4 +109,4 @@ class Metasploit3 < Msf::Exploit::Remote
disconnect
end
end
end