remove SRVPORT option, since it is set to the default

git-svn-id: file:///home/svn/framework3/trunk@10548 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-10-04 23:52:30 +00:00
parent f921aca916
commit 739bff4fb2
1 changed files with 3 additions and 8 deletions

View File

@ -19,9 +19,9 @@ class Metasploit3 < Msf::Exploit::Remote
'Name' => 'Microsoft DirectX DirectShow SAMI Buffer Overflow',
'Description' => %q{
This module exploits a stack buffer overflow in the DirectShow Synchronized
Accessible Media Interchanged (SAMI) parser in quartz.dll. This module
has only been tested with Windows Media Player (6.4.09.1129) and
DirectX 8.0.
Accessible Media Interchanged (SAMI) parser in quartz.dll. This module
has only been tested with Windows Media Player (6.4.09.1129) and
DirectX 8.0.
},
'Author' => 'MC',
'License' => MSF_LICENSE,
@ -51,11 +51,6 @@ class Metasploit3 < Msf::Exploit::Remote
'Privileged' => false,
'DisclosureDate' => 'Dec 11 2007',
'DefaultTarget' => 0))
register_options(
[
OptPort.new('SRVPORT', [ true, "The daemon port to listen on", 8080 ])
], self.class)
end
def on_client_connect(client)