1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-01 11:09:07 +00:00

Fixes #212 http.get_url with https

This commit is contained in:
dmiller
2015-09-18 03:54:59 +00:00
parent e2bbf289d4
commit 6752546ef5

View File

@@ -1666,6 +1666,7 @@ function get_url( u, options )
port.service = parsed.scheme
port.number = parsed.port
port.state = "open"
if not port.number then
if parsed.scheme == 'https' then