Use built-in format for RPORT

bug/bundler_fix
jvazquez-r7 2014-11-07 20:30:32 -06:00
parent e99cc00a57
commit cea30b5427
1 changed files with 1 additions and 2 deletions

View File

@ -41,8 +41,7 @@ class Metasploit3 < Msf::Auxiliary
register_options(
[
OptPort.new('RPORT',
[true, 'The target port', 8400]),
Opt::RPORT(8400),
OptString.new('TARGETURI', [ true, "Eventlog Analyzer application URI (should be /event for version 7)", '/']),
], self.class)
end