Adding another ref and a disclosuredate to mihi's XPI module
Calling the disclosure date 2007 since TippingPoint published a blog post back then about this XPI confirm-and-install vector.unstable
parent
0e1fff2c4b
commit
3cb7cbe994
|
@ -35,8 +35,10 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Author' => [ 'mihi' ],
|
||||
'References' =>
|
||||
[
|
||||
[ 'URL', 'https://developer.mozilla.org/en/Extensions/Bootstrapped_extensions' ]
|
||||
[ 'URL', 'https://developer.mozilla.org/en/Extensions/Bootstrapped_extensions' ],
|
||||
[ 'URL', 'http://dvlabs.tippingpoint.com/blog/2007/06/27/xpi-the-next-malware-vector' ]
|
||||
],
|
||||
'DisclosureDate' => 'Jun 27 2007',
|
||||
'Platform' => [ 'java', 'win', 'osx', 'linux', 'solaris' ],
|
||||
'Payload' => { 'BadChars' => '', 'DisableNops' => true },
|
||||
'Targets' =>
|
||||
|
|
Loading…
Reference in New Issue