parent
abddeb5cd2
commit
22d70ddd09
|
@ -81,7 +81,7 @@ class MetasploitModule < Msf::Auxiliary
|
||||||
host = "[#{host}]"
|
host = "[#{host}]"
|
||||||
end
|
end
|
||||||
|
|
||||||
if datastore['URIPORT'] != 0
|
if datastore['URIPORT']
|
||||||
port = ':' + datastore['URIPORT'].to_s
|
port = ':' + datastore['URIPORT'].to_s
|
||||||
elsif (ssl and datastore["SRVPORT"] == 443)
|
elsif (ssl and datastore["SRVPORT"] == 443)
|
||||||
port = ''
|
port = ''
|
||||||
|
|
Loading…
Reference in New Issue