diff --git a/internal/scan.go b/internal/scan.go index 4ff6fc4..56b064a 100644 --- a/internal/scan.go +++ b/internal/scan.go @@ -160,5 +160,5 @@ func ScanForAssets(hosts []string, ports []int, threads int, timeout int, disabl } func GetDefaultPorts() []int { - return []int{HTTPS_PORT, IPMI_PORT} + return []int{HTTPS_PORT} }