mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fixes #212 http.get_url with https
This commit is contained in:
parent
e2bbf289d4
commit
6752546ef5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue