Merge branch 'master' of rapid7.github.com:/rapid7/metasploit-framework
commit
ad4ee3cffd
|
@ -476,7 +476,7 @@ module Exploit::Remote::HttpServer
|
|||
host = "[#{host}]"
|
||||
end
|
||||
|
||||
if datastore['URIPORT']
|
||||
if datastore['URIPORT'] != 0
|
||||
port = ':' + datastore['URIPORT'].to_s
|
||||
elsif (ssl and datastore["SRVPORT"] == 443)
|
||||
port = ''
|
||||
|
|
Loading…
Reference in New Issue