diff --git a/pkg/readers/nmap.go b/pkg/readers/nmap.go index 5282037..c887cf2 100644 --- a/pkg/readers/nmap.go +++ b/pkg/readers/nmap.go @@ -134,7 +134,7 @@ func (nr *NmapReader) urlsFor(target string, port int) []string { } if !nr.Options.NoHTTPS { - urls = append(urls, fmt.Sprintf("http://%s:%d", target, port)) + urls = append(urls, fmt.Sprintf("https://%s:%d", target, port)) } return urls