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

@ -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)