Also add juan as author. And links to the vulnerable setup.
parent
5dbfb7b9aa
commit
2874768539
|
@ -36,7 +36,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Author' =>
|
||||
[
|
||||
'Parvez Anwar <parvez[at]greyhathacker.net>', # vulnerability discovery
|
||||
'mr_me <steventhomasseeley[at]gmail.com>' # msf-fu
|
||||
'mr_me <steventhomasseeley[at]gmail.com>', # msf-fu
|
||||
'juan vazquez' # more improvements
|
||||
],
|
||||
'Version' => '$Revision$',
|
||||
'References' =>
|
||||
|
@ -60,6 +61,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Targets' =>
|
||||
[
|
||||
# push esp; retn [i_view32.exe]
|
||||
# http://www.oldapps.com/irfanview.php?old_irfanview=7097
|
||||
# http://irfanview.tuwien.ac.at/plugins/irfanview_plugins_432_setup.exe
|
||||
[ 'Irfanview 4.32 / Plugins 4.32 / Windows Universal', { 'Ret' => 0x004819d8 } ]
|
||||
],
|
||||
'DisclosureDate' => 'Jan 16 2012',
|
||||
|
|
Loading…
Reference in New Issue