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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user