diff --git a/k8scan/main.go b/k8scan/main.go index 2deb27e..df031bb 100644 --- a/k8scan/main.go +++ b/k8scan/main.go @@ -113,7 +113,7 @@ func portOpen(ip string, port int) bool { func isKubernetesDashboard(ip string, port int) bool { client := &http.Client{ - Timeout: time.Second * 3, + Timeout: time.Second * 10, Transport: &http.Transport{ TLSClientConfig: &tls.Config{ InsecureSkipVerify: true,