Use built-in format for RPORT
parent
e99cc00a57
commit
cea30b5427
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue