Skip to content

Commit a26c90f

Browse files
committed
fix RPORT option
1 parent 8a14afd commit a26c90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/owa_ews_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def initialize
3636
OptBool.new('AUTODISCOVER', [ false, "Automatically discover domain URI", true ]),
3737
OptString.new('AD_DOMAIN', [ false, "The Active Directory domain name", nil ]),
3838
OptString.new('TARGETURI', [ false, "The location of the NTLM service", nil ]),
39-
OptInt.new('RPORT', [ true, "The target port", 443 ])
39+
Opt::RPORT(443)
4040
], self.class)
4141
end
4242

0 commit comments

Comments
 (0)