trailing comma

unstable
jvazquez-r7 2012-12-06 17:32:58 +01:00
parent 532afc2919
commit fc8b08f10f
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Metasploit3 < Msf::Exploit::Remote
[
Opt::RPORT(6988),
OptString.new('URIPATH', [ true, "The URI to use (do not change)", "/" ]),
OptPort.new('SRVPORT', [ true, "The daemon port to listen on (do not change)", 80 ]),
OptPort.new('SRVPORT', [ true, "The daemon port to listen on (do not change)", 80 ])
], self.class)
end