OptInt -> OptPort

bug/bundler_fix
James Lee 2016-03-16 15:47:29 -05:00
parent 79c36c4f53
commit 9e7a330ac8
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class Metasploit3 < Msf::Auxiliary
register_options(
[
OptInt.new('RPORT', [ true, 'Remote port running RDP', 3389 ])
OptPort.new('RPORT', [ true, 'Remote port running RDP', 3389 ])
], self.class)
end