Removed the IPMI port from GetDefaultPorts

This commit is contained in:
David J. Allen 2024-05-13 15:27:21 -06:00
parent ca2f3990fa
commit 9828195533
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -160,5 +160,5 @@ func ScanForAssets(hosts []string, ports []int, threads int, timeout int, disabl
} }
func GetDefaultPorts() []int { func GetDefaultPorts() []int {
return []int{HTTPS_PORT, IPMI_PORT} return []int{HTTPS_PORT}
} }