OptInt -> OptPort
parent
79c36c4f53
commit
9e7a330ac8
|
@ -36,7 +36,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
|
|
||||||
register_options(
|
register_options(
|
||||||
[
|
[
|
||||||
OptInt.new('RPORT', [ true, 'Remote port running RDP', 3389 ])
|
OptPort.new('RPORT', [ true, 'Remote port running RDP', 3389 ])
|
||||||
], self.class)
|
], self.class)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue